Variable: NotificationSchemeIdSchema
ts
const NotificationSchemeIdSchema: ZodObject<{
id: ZodString;
}, $loose>;Defined in: src/cloud/models/notificationSchemeId.ts:5
The ID of a notification scheme.