Variable cancelledSchemaConst
cancelledSchema: ZodObject<
{
call_id: ZodString;
reason: ZodString;
status: ZodLiteral<"cancelled">;
},
"strip",
ZodTypeAny,
{ call_id: string; reason: string; status: "cancelled" },
{ call_id: string; reason: string; status: "cancelled" },
> = ...
Runtime validator for Cancelled.