MCPcopy
hub / github.com/OpenBMB/AgentVerse / Window

Interface Window

ui/src/index.ts:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7declare global {
8 interface Window {
9 sizeChanged: () => void;
10 game: Game;
11 }
12}
13
14export const gameConfig: Types.Core.GameConfig = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected