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