MCPcopy
hub / github.com/Skyvern-AI/skyvern / Window

Interface Window

skyvern-frontend/src/global.d.ts:1–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface Window {
2 pylon: {
3 chat_settings: { [k: string]: string };
4 };
5 // eslint-disable-next-line @typescript-eslint/no-explicit-any
6 Pylon: (method: string, ...args: any[]) => void;
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected