Skip to content

workflowEdgeSchema

const workflowEdgeSchema: ZodObject<{ from: ZodString; to: ZodString; }, "strip", ZodTypeAny, { from: string; to: string; }, { from: string; to: string; }>

Defined in: packages/schema/src/validators.ts:68