import type * as Extend from "../index"; export interface ConditionalExtractStepDefinitionConfigRulesItem { name?: string; /** * The formula that determines when this extractor runs. * * See the [Conditional Extract step docs](https://docs.extend.ai/2026-02-09/product/workflows/configuring-workflows-via-api#conditional-extract-step) and [Formulas](https://docs.extend.ai/2026-02-09/product/workflows/formulas). */ formula: string; extractor: Extend.ExtractorRef; }