Type alias StateWithCachePartition<CacheEntryType, CachePartitionKey>

StateWithCachePartition<CacheEntryType, CachePartitionKey>: RootState & {
    [k in CachePartitionKey]: CacheFolder<CacheEntryType, CacheKeyType>
}

Type Parameters

Generated using TypeDoc