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