import type * as Extend from "../index"; /** * Optional on create/update. Required before the workflow can be deployed. Omitted in responses when the step is not yet configured. */ export interface ExtractStepDefinitionConfig { extractor: Extend.ExtractorRef; }