Interface CustomNotificationData

Hierarchy

  • CustomNotificationData

Properties

notificationId: number
state: string
stateParameters: {
    id: number;
    start: string;
    type: string;
}

Type declaration

  • id: number
  • start: string
  • type: string

Generated using TypeDoc