Variable: WorkflowDocumentStatusDTOSchema
ts
const WorkflowDocumentStatusDTOSchema: ZodObject<{
description: ZodOptional<ZodString>;
id: ZodOptional<ZodString>;
name: ZodOptional<ZodString>;
scope: ZodOptional<ZodObject<{
project: ZodOptional<ZodObject<{
id: ZodString;
}, $loose>>;
type: ZodOptional<ZodCustom<string & object | "PROJECT" | "GLOBAL", string & object | "PROJECT" | "GLOBAL">>;
}, $loose>>;
statusCategory: ZodOptional<ZodString>;
statusReference: ZodOptional<ZodString>;
}, $loose>;Defined in: src/cloud/models/workflowDocumentStatusDTO.ts:6
The statuses stored for the specified version.