import type * as Extend from "../index"; export interface ExtractStepRunStep extends Extend.WorkflowStepBase { /** The type of workflow step. Will always be `"EXTRACT"` for this step run type. */ type?: "EXTRACT"; }