Aller au contenu

primatch-frontend


primatch-frontend / types/notification / Notification

Interface: Notification

Defined in: src/types/notification.ts:54

Représentation d'une notification in-app.

Properties

created_at

created_at: string

Defined in: src/types/notification.ts:62


data

data: NotificationData | null

Defined in: src/types/notification.ts:59


id

id: number

Defined in: src/types/notification.ts:55


is_read

is_read: boolean

Defined in: src/types/notification.ts:60


message

message: string

Defined in: src/types/notification.ts:58


read_at

read_at: string | null

Defined in: src/types/notification.ts:61


title

title: string

Defined in: src/types/notification.ts:57


type

type: NotificationType

Defined in: src/types/notification.ts:56