NotificationPreferenceList
Notification preference list NotificationPreferenceList
export interface NotificationPreferenceList {
'preferences'?: Array<NotificationPreference>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
preferences | Optional | Array<NotificationPreference> | notification preferences {Array<NotificationPreference>} NotificationPreferenceList |