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
typeName
Public Readonly PropertySignature
Signature
readonly typeName: TypeName