Table of contents

Public interface

The base record that all records must extend.

Signature
interface BaseRecord<
  TypeName extends string,
  Id extends RecordId<UnknownRecord>,
> {}
References

RecordId, UnknownRecord

Source

packages/store/src/lib/BaseRecord.ts


Properties

id

Public readonly propertysignature

Signature
readonly id: Id

typeName

Public readonly propertysignature

Signature
readonly typeName: TypeName

assertIdTypeCollectionDiff