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

Interface Global

vendor-types/node/node.d.ts:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3declare namespace NodeJS {
4 interface Global {
5 THEME: {
6 Components: UserComponentsMap | null;
7 } | null;
8 RegisteredAdapters: Array<any> | null;
9 }
10}

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…