Step: {
    execution_order: number;
    step_name: string;
    step_result: StepFetch | StepLlm;
    type: QuickCommandStepType;
}

Type declaration