BaseRecord

Public Interface

Table of Contents

The base record that all records must extend.

Signature
interface BaseRecord<TypeName extends string = string> {}

Properties

id

Public Readonly PropertySignature

Signature
readonly id: ID<this>
References

ID


typeName

Public Readonly PropertySignature

Signature
readonly typeName: TypeName

Edit this page
Last edited on 11 May 2023
assertIdTypeCollectionDiff