Skip to content

Variable: WorkflowDocumentVersionSchema

ts
const WorkflowDocumentVersionSchema: ZodObject<{
  id: ZodOptional<ZodString>;
  versionNumber: ZodOptional<ZodNumber>;
}, $loose>;

Defined in: src/cloud/models/workflowDocumentVersion.ts:5

The version details of the workflow.