eigent/src/vite-env.d.ts
2025-07-29 23:57:16 +08:00

7 lines
199 B
TypeScript

/// <reference types="vite/client" />
interface Window {
// expose in the `electron/preload/index.ts`
ipcRenderer: import('electron').IpcRenderer
electronAPI: import('electron').ElectronAPI
}