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