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