ComputedCache
Public TypeAlias
A record store is a collection of records of different types.
Signature
type ComputedCache<Data, R extends BaseRecord> = {
get(id: ID<R>): Data | undefined
}
Public TypeAlias
A record store is a collection of records of different types.
type ComputedCache<Data, R extends BaseRecord> = {
get(id: ID<R>): Data | undefined
}