| 17 | |
| 18 | // type Server = import('./rpc').Server; |
| 19 | interface BrowserWindow { |
| 20 | uid: string; |
| 21 | sessions: Map<any, any>; |
| 22 | focusTime: number; |
| 23 | clean: () => void; |
| 24 | rpc: Server; |
| 25 | } |
| 26 | } |
| 27 | } |
nothing calls this directly
no outgoing calls
no test coverage detected