| 17 | import { UUID, rHostService, rGuestService, isLiveShare, isHost, isGuestSession, closeBrowser, guestResDir, shareBrowser, openVirtualDoc, shareWorkspace } from './liveShare'; |
| 18 | |
| 19 | export interface GlobalEnv { |
| 20 | [key: string]: { |
| 21 | class: string[]; |
| 22 | type: string; |
| 23 | length: number; |
| 24 | str: string; |
| 25 | size?: number; |
| 26 | dim?: number[], |
| 27 | names?: string[], |
| 28 | slots?: string[] |
| 29 | } |
| 30 | } |
| 31 | |
| 32 | export interface WorkspaceData { |
| 33 | search: string[]; |
nothing calls this directly
no outgoing calls
no test coverage detected