Notification
Defined in: packages/core/src/notifications/types.ts:5
Type definitions for the Notifications module
Properties
body
body:
string
Defined in: packages/core/src/notifications/types.ts:9
created_at
created_at:
string
Defined in: packages/core/src/notifications/types.ts:12
data?
optionaldata:Record<string,unknown>
Defined in: packages/core/src/notifications/types.ts:14
id
id:
string
Defined in: packages/core/src/notifications/types.ts:6
is_archived
is_archived:
boolean
Defined in: packages/core/src/notifications/types.ts:11
is_read
is_read:
boolean
Defined in: packages/core/src/notifications/types.ts:10
title
title:
string
Defined in: packages/core/src/notifications/types.ts:8
updated_at
updated_at:
string
Defined in: packages/core/src/notifications/types.ts:13
user_id
user_id:
string
Defined in: packages/core/src/notifications/types.ts:7