| 1 | interface 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected