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

BaseRecord, ID

Edit this page
Last edited on 11 May 2023
compareSchemascreateRecordType