ComputedCache
Public typealias
A record store is a collection of records of different types.
Signature
type ComputedCache<Data, R extends UnknownRecord> = {
get(id: IdOf<R>): Data | undefined
}
References
Source
Public typealias
A record store is a collection of records of different types.
type ComputedCache<Data, R extends UnknownRecord> = {
get(id: IdOf<R>): Data | undefined
}