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

UnknownRecord, IdOf

Source

packages/store/src/lib/Store.ts

CollectionDiffcreateMigrationIds