WorkflowJobDetailResponse: {
    completedAt?: string | null;
    conclusion: WorkflowExecutionConclusion | null;
    label: string;
    startedAt?: string | null;
    status: WorkflowExecutionStatus;
    steps: StepResponse3[];
}

Type declaration