UNPKG

admin-bro

Version:
9 lines (7 loc) 193 B
type UserComponentsMap = {[key: string]: string} declare namespace NodeJS { interface Global { UserComponents: UserComponentsMap | null; RegisteredAdapters: Array<any> | null; } }