BaseRecord

Public Interface

Table of Contents

The base record that all records must extend.

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

ID, UnknownRecord


Properties

id

Public Readonly PropertySignature

Signature
readonly id: Id

typeName

Public Readonly PropertySignature

Signature
readonly typeName: TypeName

Edit this page
Last edited on 30 May 2023
assertIdTypeCollectionDiff