The event ID to use for reference in the payload

interface NotificationSchemeEventIdPayload {
    id?: string;
}

Properties

Properties

id?: string

The event ID to use for reference in the payload

1