export PersonaSetting

interface PersonaSetting {
    EmailNotificationsEnabled?: boolean;
    LanguageCulture?: null | string;
    MobileAppNotificationsEnabled?: boolean;
    NotificationsEnabled?: boolean;
    PersonaId?: null | string;
    SMSNotificationsEnabled?: boolean;
    WebNotificationsEnabled?: boolean;
}

Properties

EmailNotificationsEnabled?: boolean
LanguageCulture?: null | string
MobileAppNotificationsEnabled?: boolean
NotificationsEnabled?: boolean
PersonaId?: null | string
SMSNotificationsEnabled?: boolean
WebNotificationsEnabled?: boolean