The ID of an event that is being mapped to notifications.

interface NotificationSchemeEventTypeId {
    id: string;
}

Hierarchy

  • Record<string, unknown>
    • NotificationSchemeEventTypeId

Properties

Properties

id: string

The ID of the notification scheme event.