Skip to main content
zerotal

Documentation


Documentation / @zerotal/admin / index / StoredNotification

Interface: StoredNotification

Defined in: admin/src/databaseNotifications.ts:23

A stored notification row, as DatabaseChannel writes it.

Properties

id

id: string

Defined in: admin/src/databaseNotifications.ts:24


notifiable_type

notifiable_type: string

Defined in: admin/src/databaseNotifications.ts:25


notifiable_id

notifiable_id: string

Defined in: admin/src/databaseNotifications.ts:26


type

type: string

Defined in: admin/src/databaseNotifications.ts:27


data

data: string

Defined in: admin/src/databaseNotifications.ts:28


read_at

read_at: string | null

Defined in: admin/src/databaseNotifications.ts:29


created_at

created_at: string

Defined in: admin/src/databaseNotifications.ts:30