Variable: NotificationSchemeEventDetailsSchema
ts
const NotificationSchemeEventDetailsSchema: ZodObject<{
event: ZodOptional<ZodObject<{
id: ZodString;
}, $loose>>;
notifications: ZodArray<ZodObject<{
notificationType: ZodString;
parameter: ZodOptional<ZodString>;
}, $loose>>;
}, $loose>;Defined in: src/cloud/models/notificationSchemeEventDetails.ts:7
Details of a notification scheme event.