| 1 | declare global { |
| 2 | interface Window { |
| 3 | isIPythonEmbed: boolean; |
| 4 | dpLocal: boolean; |
| 5 | reportProps?: any; |
| 6 | posthog: any; |
| 7 | hasPosthog: any; |
| 8 | dpAppRunner: boolean; |
| 9 | dpAuthorId: string; |
| 10 | dpReportId: string; |
| 11 | dpLocalViewEvent: any; |
| 12 | Alpine: any; |
| 13 | $testResources: any; |
| 14 | errorHandler: any; |
| 15 | } |
| 16 | } |
| 17 | |
| 18 | export {}; |
nothing calls this directly
no outgoing calls
no test coverage detected