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
}
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
}