browser sessions v2 - frontend (#4514)
Co-authored-by: Benji Visser <benji@093b.org>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user