Variable: WorkflowTriggerSchema
ts
const WorkflowTriggerSchema: ZodObject<{
id: ZodOptional<ZodString>;
parameters: ZodRecord<ZodString, ZodAny>;
ruleKey: ZodString;
}, $loose>;Defined in: src/cloud/models/workflowTrigger.ts:5
The trigger configuration associated with a workflow.