CacheConstructors

export type CacheConstructors = { [Cache in keyof Caches]: Caches[Cache][0] & { name: Cache };};
export type CacheConstructors = { [Cache in keyof Caches]: Caches[Cache][0] & { name: Cache };};

No summary provided.