eigent/src/vite-env.d.ts
2025-08-12 01:16:39 +02: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
}