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