export type CacheWithLimitsOptions = { [K in keyof Caches]?: Caches[K][0]['prototype'] extends DataManager<infer K, infer V, any> ? LimitedCollectionOptions<K, V> | number : never;};
No summary provided.