Files
Dorod-Sky/skyvern-frontend/src/global.d.ts

8 lines
197 B
TypeScript
Raw Normal View History

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