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