Workflow Run Timeline UI (#1433)

This commit is contained in:
Shuchang Zheng
2024-12-23 23:44:47 -08:00
committed by GitHub
parent 682bc717f9
commit 517de67811
42 changed files with 1517 additions and 301 deletions

View File

@@ -223,6 +223,7 @@ export type TaskGenerationApiResponse = {
};
export type ActionsApiResponse = {
action_id: string;
action_type: ActionType;
status: Status;
task_id: string | null;