Skip to content

Variable: UpdateNotificationSchemeDetailsSchema

ts
const UpdateNotificationSchemeDetailsSchema: ZodObject<{
  description: ZodOptional<ZodString>;
  name: ZodOptional<ZodString>;
}, $loose>;

Defined in: src/cloud/models/updateNotificationSchemeDetails.ts:5

Details of a notification scheme.