browser sessions v2 - frontend (#4514)

Co-authored-by: Benji Visser <benji@093b.org>
This commit is contained in:
Shuchang Zheng
2026-01-22 20:44:56 -08:00
committed by GitHub
parent c4c1e84507
commit 7a86a82107
5 changed files with 68 additions and 32 deletions

View File

@@ -6,6 +6,7 @@ interface BrowserSession {
runnable_id: string | null;
runnable_type: string | null;
started_at: string | null;
status: string;
timeout: number | null;
vnc_streaming_supported: boolean;
}