WorkflowExecutionResponse: {
    conclusion: WorkflowExecutionConclusion | null;
    id: string;
    status: WorkflowExecutionStatus;
    webUrl: string;
}

Type declaration