You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start using the NotificationType type everywhere in the backend, including for the notification_type field starting v4
Current Situation
We have a NotificationType type which we can't use in v3 for the notification_type because this would be a breaking API change. So we currently use strings (the enum converted to string).