Details of a notification scheme event.

interface NotificationSchemeEventDetails {
    event: NotificationSchemeEventTypeId;
    notifications: NotificationSchemeNotificationDetails[];
}

Hierarchy

  • Record<string, unknown>
    • NotificationSchemeEventDetails

Properties

Properties

The ID of the event.

The list of notifications mapped to a specified event.