type APIObject<TDeps, TDepArgs> = Record<string, API<TDeps, TDepArgs>>;
Defined in: utils.ts:519
TDeps extends ReadonlyArray<any>
TDepArgs