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: IdtypeName
readonly
readonly typeName: TypeNamePrev
TLUserPreferencesNext
CollectionDiff