Interface NotificationsNotification

interface NotificationsNotification {
    date: number;
    type: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

date: number

Date when the event has been occurred

type: string

Notification type

Generated using TypeDoc