MCPcopy
hub / github.com/different-ai/openwork / Window

Interface Window

apps/app/src/react-app/shell/control/control-provider.tsx:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111declare global {
112 interface Window {
113 __openworkControl?: OpenworkControlAPI;
114 }
115}
116
117const CONTROL_API_VERSION = 1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected