@cpod/sdk - v0.2.7
Preparing search index...
Notification
Interface Notification
Type definitions for the Notifications module
interface
Notification
{
id
:
string
;
user_id
:
string
;
title
:
string
;
body
:
string
;
is_read
:
boolean
;
is_archived
:
boolean
;
created_at
:
string
;
updated_at
:
string
;
data
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
id
user_
id
title
body
is_
read
is_
archived
created_
at
updated_
at
data?
Properties
id
id
:
string
user_
id
user_id
:
string
title
title
:
string
body
body
:
string
is_
read
is_read
:
boolean
is_
archived
is_archived
:
boolean
created_
at
created_at
:
string
updated_
at
updated_at
:
string
Optional
data
data
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
user_
id
title
body
is_
read
is_
archived
created_
at
updated_
at
data
@cpod/sdk - v0.2.7
Loading...
Type definitions for the Notifications module