export PersonaSettingUpdateDeets

interface PersonaSettingUpdateDeets {
    appearance: PersonaSettingsAppearance;
    email_notifications_enabled?: boolean;
    language_culture?: null | string;
    mobile_app_notifications_enabled?: boolean;
    notifications_enabled?: boolean;
    object?: null | string;
    sms_notifications_enabled?: boolean;
    web_notifications_enabled?: boolean;
}

Properties

email_notifications_enabled?: boolean
language_culture?: null | string
mobile_app_notifications_enabled?: boolean
notifications_enabled?: boolean
object?: null | string
sms_notifications_enabled?: boolean
web_notifications_enabled?: boolean