Skip to content

Variable: GetDraftWorkflowSchema

ts
const GetDraftWorkflowSchema: ZodObject<{
  id: ZodNumber;
  workflowName: ZodOptional<ZodString>;
}, $strip>;

Defined in: src/cloud/parameters/getDraftWorkflow.ts:3