Skip to content

Variable: DocumentVersionSchema

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

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

The current version details of this workflow scheme.