| 6 | |
| 7 | declare global { |
| 8 | interface Window { |
| 9 | REDUX_STATE: ReduxState |
| 10 | THEME: Theme |
| 11 | AdminJS: typeof AdminJS |
| 12 | THEME_COMPONENTS: Record<string, FC> |
| 13 | } |
| 14 | } |
| 15 | |
| 16 | declare const AdminJS: { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…