Variable: NotificationSchemeNotificationDetailsSchema
ts
const NotificationSchemeNotificationDetailsSchema: ZodObject<{
notificationType: ZodString;
parameter: ZodOptional<ZodString>;
}, $loose>;Defined in: src/cloud/models/notificationSchemeNotificationDetails.ts:5
Details of a notification within a notification scheme.