JobResponse2: {
    completedAt?: string | null;
    conclusion: WorkflowExecutionConclusion | null;
    dependsOn?: string[];
    label: string;
    progress: number;
    startedAt?: string | null;
    status: WorkflowExecutionStatus;
    steps: StepResponse2[];
    suspendMessage?: string | null;
}

Type declaration