Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface INotification<T>

Notification interface

Type parameters

  • T: ReadonlyJSONValue = ReadonlyJSONValue

Hierarchy

  • INotification

Index

Properties

createdAt

createdAt: number

Notification creation date

id

id: string

Notification unique identifier

message

message: string

Notification message

Notes

The message will be truncated if longer than 140 characters.

modifiedAt

modifiedAt: number

Notification modification date

options

options: IOptions<T>

Notification options

type

Notification type

Generated using TypeDoc