Variable NotificationSchemeEventPayloadSchemaConst
NotificationSchemeEventPayloadSchema: ZodObject<
{
event: ZodOptional<ZodObject<{ id: ZodOptional<ZodString> }, $loose>>;
notifications: ZodOptional<
ZodArray<
ZodObject<
{
notificationType: ZodOptional<ZodString>;
parameter: ZodOptional<ZodString>;
},
$loose,
>,
>,
>;
},
$loose,
> = ...
The payload for creating a notification scheme event. Defines which notifications should be sent for a specific event