MCPcopy Index your code
hub / github.com/SoftwareBrothers/adminjs / Window

Interface Window

vendor-types/global.ts:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7declare global {
8 interface Window {
9 REDUX_STATE: ReduxState
10 THEME: Theme
11 AdminJS: typeof AdminJS
12 THEME_COMPONENTS: Record<string, FC>
13 }
14}
15
16declare const AdminJS: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…