BaseRecord

Public Interface

Table of Contents

The base record that all records must extend.

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

RecordId, UnknownRecord


Properties

id

Public Readonly PropertySignature

Signature
readonly id: Id

typeName

Public Readonly PropertySignature

Signature
readonly typeName: TypeName

Edit this page
Last edited on 15 June 2023
assertIdTypeCollectionDiff