Skip to content

Variable: DeleteWorkflowTransitionRuleConfigurationsSchema

ts
const DeleteWorkflowTransitionRuleConfigurationsSchema: ZodObject<{
  workflows: ZodArray<ZodObject<{
     workflowId: ZodObject<{
        draft: ZodOptional<ZodBoolean>;
        name: ZodString;
     }, $loose>;
     workflowRuleIds: ZodArray<ZodString>;
  }, $loose>>;
}, $strip>;

Defined in: src/cloud/parameters/deleteWorkflowTransitionRuleConfigurations.ts:4