Details of notifications which should be added to the notification scheme.

interface AddNotificationsDetails {
    notificationSchemeEvents: NotificationSchemeEventDetails[];
}

Hierarchy

  • Record<string, unknown>
    • AddNotificationsDetails

Properties

notificationSchemeEvents: NotificationSchemeEventDetails[]

The list of notifications which should be added to the notification scheme.