BaseRecord
See source codeTable of contents
The base record that all records must extend.
interface BaseRecord<
TypeName extends string,
Id extends RecordId<UnknownRecord>,
> {}
Properties
id
readonly
readonly id: Id
typeName
readonly
readonly typeName: TypeName
Prev
TLUserPreferencesNext
CollectionDiff