Type alias Notification

Notification: {
    data: NotificationData;
    isRead: boolean;
    iss: string;
    sub: string;
    typ: "notification";
}

Type declaration

  • data: NotificationData
  • isRead: boolean
  • iss: string
  • sub: string
  • typ: "notification"

Generated using TypeDoc