export interface RuleValidationStepDefinitionConfigRulesItem { name: string; /** * Boolean formula used to validate the workflow data for this rule. * * See the [Rule Validation step docs](https://docs.extend.ai/2026-02-09/product/workflows/configuring-workflows-via-api#rule-validation-step) and [Formulas](https://docs.extend.ai/2026-02-09/product/workflows/formulas). */ formula: string; description?: string; }