| 1 | declare interface Window { |
| 2 | T_SHEET: any; |
| 3 | animationFrameID: any; |
| 4 | // getrangeSelections: any; |
| 5 | SpreadsheetApp: any; |
| 6 | app: any; |
| 7 | stream: any; |
| 8 | // 录屏 |
| 9 | recordScreen: any; |
| 10 | __console: any; |
| 11 | // 粘贴板定时器 |
| 12 | pasteRecord: any; |
| 13 | networkSpeedTimer: any; |
| 14 | } |
nothing calls this directly
no outgoing calls
no test coverage detected