StepRequest: {
    id: string;
    label?: string | null;
    spec:
        | StepWorkflowRequest
        | StepActionRequest
        | StepPluginRequest
        | StepSuspendRequest
        | StepRunShellRequest;
}

Type declaration