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