Variable: WorkflowRuleConfigurationSchema
ts
const WorkflowRuleConfigurationSchema: ZodObject<{
id: ZodOptional<ZodNullable<ZodString>>;
parameters: ZodOptional<ZodRecord<ZodString, ZodAny>>;
ruleKey: ZodString;
}, $loose>;Defined in: src/cloud/models/workflowRuleConfiguration.ts:5
The configuration of the rule.