notifications.ts 174 B

1234567
  1. type GlobalNotificationPreferences = {
  2. muteAllNotifications: boolean
  3. }
  4. export type UserNotificationPreferences = {
  5. newsletter: boolean
  6. } & GlobalNotificationPreferences