Interface INotification<T>

Notification interface

Type Parameters

  • T extends ReadonlyJSONValue = ReadonlyJSONValue

Hierarchy

  • INotification

Properties

createdAt: number

Notification creation date

id: string

Notification unique identifier

message: string

Notification message

Notes

The message will be truncated if longer than 140 characters.

modifiedAt: number

Notification modification date

Notification options

Notification type

Generated using TypeDoc