in which pylon replaces intercom (#2783)
This commit is contained in:
7
skyvern-frontend/src/global.d.ts
vendored
Normal file
7
skyvern-frontend/src/global.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
interface Window {
|
||||
pylon: {
|
||||
chat_settings: { [k: string]: string };
|
||||
};
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
Pylon: (method: string, ...args: any[]) => void;
|
||||
}
|
||||
Reference in New Issue
Block a user