Files
Dorod-Sky/skyvern-frontend/src/global.d.ts
2025-06-24 17:45:07 -04:00

8 lines
197 B
TypeScript

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