StepResponse3: {
    completedAt?: string | null;
    completedBy?: UserResponse | null;
    conclusion: WorkflowExecutionConclusion | null;
    label: string;
    log?: string | null;
    startedAt?: string | null;
    status: WorkflowExecutionStatus;
    type: StepTypeEnum;
}

Type declaration