MCPcopy
hub / github.com/buxuku/SmartSub / Window

Interface Window

types/window.d.ts:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8declare global {
9 interface Window {
10 ipc?: {
11 invoke: (channel: string, ...args: any[]) => Promise<any>;
12 send: (channel: string, ...args: any[]) => void;
13 on: (channel: string, callback: (...args: any[]) => void) => () => void;
14 };
15 }
16}
17
18export {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected