TanStack

PrototypeAPIObject

Type Alias: PrototypeAPIObject<TDeps, TDepArgs>

ts
type PrototypeAPIObject<TDeps, TDepArgs> = Record<string, PrototypeAPI<TDeps, TDepArgs>>;

Defined in: utils.ts:574

Type Parameters

TDeps

TDeps extends ReadonlyArray<any>

TDepArgs

TDepArgs