Variable AddNotificationsDetailsSchemaConst
AddNotificationsDetailsSchema: ZodObject<
{
notificationSchemeEvents: ZodArray<
ZodObject<
{
event: ZodOptional<ZodObject<{ id: ZodString }, $loose>>;
notifications: ZodArray<
ZodObject<
{ notificationType: ZodString; parameter: ZodOptional<ZodString> },
$loose,
>,
>;
},
$loose,
>,
>;
},
$loose,
> = ...
Details of notifications which should be added to the notification scheme.