Variable: WorkflowTransitionRulesDetailsSchema
ts
const WorkflowTransitionRulesDetailsSchema: ZodObject<{
workflowId: ZodObject<{
draft: ZodOptional<ZodBoolean>;
name: ZodString;
}, $loose>;
workflowRuleIds: ZodArray<ZodString>;
}, $loose>;Defined in: src/cloud/models/workflowTransitionRulesDetails.ts:6
Details about a workflow configuration update request.