Variable automationParticipantSlotSchemaConst
automationParticipantSlotSchema: ZodObject<
{
description: ZodOptional<ZodNullable<ZodString>>;
name: ZodString;
required: ZodBoolean;
type: ZodString;
},
"strip",
ZodTypeAny,
{
description?: string
| null;
name: string;
required: boolean;
type: string;
},
{
description?: string
| null;
name: string;
required: boolean;
type: string;
},
> = ...
Runtime validator for AutomationParticipantSlot.