@cpod/sdk - v0.2.7
Preparing search index...
UpdateNotificationPreferencesRequest
Interface UpdateNotificationPreferencesRequest
Update notification preferences request
interface
UpdateNotificationPreferencesRequest
{
global_enabled
?:
boolean
;
quiet_hours
?:
{
enabled
:
boolean
;
start
:
string
;
end
:
string
;
timezone
:
string
;
}
;
channels
?:
Partial
<
Record
<
NotificationChannel
,
Partial
<
ChannelPreference
>
>
>
;
categories
?:
Partial
<
Record
<
NotificationCategory
,
Partial
<
CategoryPreference
>
>
,
>
;
}
Index
Properties
global_
enabled?
quiet_
hours?
channels?
categories?
Properties
Optional
global_
enabled
global_enabled
?:
boolean
Optional
quiet_
hours
quiet_hours
?:
{
enabled
:
boolean
;
start
:
string
;
end
:
string
;
timezone
:
string
}
Optional
channels
channels
?:
Partial
<
Record
<
NotificationChannel
,
Partial
<
ChannelPreference
>
>
>
Optional
categories
categories
?:
Partial
<
Record
<
NotificationCategory
,
Partial
<
CategoryPreference
>
>
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
global_
enabled
quiet_
hours
channels
categories
@cpod/sdk - v0.2.7
Loading...
Update notification preferences request