NotificationOptionsMapping: {
    enabled: string;
    type: string[];
} = ...

NotificationOptionsMapping is a constant that maps the NotificationOptions fields to their expected types. The type field is mapped to an array of possible values, and the enabled field is mapped to 'boolean'.

Type declaration

  • enabled: string
  • type: string[]