Variable: WorkflowsWithTransitionRulesDetailsSchema
ts
const WorkflowsWithTransitionRulesDetailsSchema: ZodObject<{
workflows: ZodArray<ZodObject<{
workflowId: ZodObject<{
draft: ZodOptional<ZodBoolean>;
name: ZodString;
}, $loose>;
workflowRuleIds: ZodArray<ZodString>;
}, $loose>>;
}, $loose>;Defined in: src/cloud/models/workflowsWithTransitionRulesDetails.ts:6
Details of workflows and their transition rules to delete.