MCPcopy
hub / github.com/eigent-ai/eigent / Window

Interface Window

src/vite-env.d.ts:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected