Add export as csv in tasks and workflow runs (#1361)

This commit is contained in:
Shuchang Zheng
2024-12-09 07:49:42 -08:00
committed by GitHub
parent 3e480ddc62
commit 83481126db
4 changed files with 351 additions and 250 deletions

View File

@@ -192,6 +192,7 @@ export type WorkflowRunApiResponse = {
webhook_callback_url: string;
created_at: string;
modified_at: string;
failure_reason: string | null;
};
export type WorkflowRunStatusApiResponse = {