MCPcopy
hub / github.com/pickle-com/glass / Window

Interface Window

pickleglass_web/app/settings/page.tsx:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17declare global {
18 interface Window {
19 ipcRenderer?: any;
20 }
21}
22
23type Tab = 'profile' | 'privacy' | 'billing'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected