Variable DeleteWorkflowTransitionRuleConfigurationsSchemaConst
DeleteWorkflowTransitionRuleConfigurationsSchema: ZodObject<
{
workflows: ZodArray<
ZodObject<
{
workflowId: ZodObject<
{ draft: ZodOptional<ZodBoolean>; name: ZodString },
$loose,
>;
workflowRuleIds: ZodArray<ZodString>;
},
$loose,
>,
>;
},
$strip,
> = ...