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/workflows/configuring-workflows#conditional-extract) and [Formulas](https://docs.extend.ai/2026-02-09/workflows/formulas). */ formula: string; extractor: Extend.ExtractorRef; }