| 15 | /// <reference types="vite/client" /> |
| 16 | |
| 17 | interface Window { |
| 18 | // Expose in Electron preload. Optional in Web mode (no Electron). |
| 19 | ipcRenderer?: import('electron').IpcRenderer; |
| 20 | electronAPI?: import('electron').ElectronAPI; |
| 21 | } |
nothing calls this directly
no outgoing calls
no test coverage detected