Table of contents

The base record that all records must extend.

interface BaseRecord<
  TypeName extends string,
  Id extends RecordId<UnknownRecord>,
> {}

Properties

id

readonly id: Id

typeName

readonly typeName: TypeName

TLUserPreferencesCollectionDiff