export PersonaSettingResponse

interface PersonaSettingResponse {
    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

The name of this object

sms_notifications_enabled?: boolean
web_notifications_enabled?: boolean