Variable: PublishDraftWorkflowSchemeSchema
ts
const PublishDraftWorkflowSchemeSchema: ZodObject<{
statusMappings: ZodOptional<ZodArray<ZodObject<{
issueTypeId: ZodString;
newStatusId: ZodString;
statusId: ZodString;
}, $loose>>>;
}, $loose>;Defined in: src/cloud/models/publishDraftWorkflowScheme.ts:6
Details about the status mappings for publishing a draft workflow scheme.