MCPcopy
hub / github.com/cs-lazy-tools/ChatGPT-On-CS / Window

Interface Window

src/renderer/preload.d.ts:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3declare global {
4 // eslint-disable-next-line no-unused-vars
5 interface Window {
6 electron: ElectronHandler;
7 }
8}
9
10export {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected