Alokai

NotificationPreferenceList

Notification preference list NotificationPreferenceList

export interface NotificationPreferenceList {
	'preferences'?: Array<NotificationPreference>;
}

Properties

NameRequiredTypeDescription
preferencesOptionalArray<NotificationPreference>notification preferences {Array<NotificationPreference>} NotificationPreferenceList

Referenced Types

On this page