Variable: NotificationSchemeEventTypeIdSchema
ts
const NotificationSchemeEventTypeIdSchema: ZodObject<{
id: ZodString;
}, $loose>;Defined in: src/cloud/models/notificationSchemeEventTypeId.ts:5
The ID of an event that is being mapped to notifications.