interface AbstractRawNotification {
    id: number;
    timestamp: number;
    type: NOTIFICATION_TYPE;
}

Hierarchy (View Summary)

Properties

Properties

id: number
timestamp: number