selfhost debugger support part 3 - frontend change (#3420)

This commit is contained in:
LawyZheng
2025-09-12 21:39:15 +08:00
committed by GitHub
parent f65bae5662
commit 3293230e63
4 changed files with 25 additions and 16 deletions

View File

@@ -296,6 +296,7 @@ export type DebugSessionApiResponse = {
workflow_permanent_id: string | null;
created_at: string;
modified_at: string;
vnc_streaming_supported: boolean | null;
};
export type WorkflowRunApiResponse = {