Interface NotificationSchemeNotificationDetails

Details of a notification within a notification scheme.

interface NotificationSchemeNotificationDetails {
    notificationType: string;
    parameter?: string;
}

Hierarchy

  • Record<string, unknown>
    • NotificationSchemeNotificationDetails

Properties

notificationType: string

The notification type, e.g CurrentAssignee, Group, EmailAddress.

parameter?: string

The value corresponding to the specified notification type.