File

projects/core/src/model/notification-preference.model.ts

Index

Properties

Properties

channel
channel: string
Type : string
Optional
enabled
enabled: boolean
Type : boolean
Optional
value
value: string
Type : string
Optional
visible
visible: boolean
Type : boolean
Optional
export interface NotificationPreference {
  channel?: string;
  value?: string;
  enabled?: boolean;
  visible?: boolean;
}

export interface NotificationPreferenceList {
  preferences?: NotificationPreference[];
}

result-matching ""

    No results matching ""