Readonly
createdThe timestamp marking when the entity was created
Readonly
idA unique identifier for the entity itself, automatically generated upon creation.
Readonly
typeThe type of the Entity
Readonly
updatedThe timestamp marking the last update to the entity. Initially set to the same value as createdAt
.
Generated using TypeDoc
Extends
DynaRecord
with properties specific to "BelongsTo" relationships, such asforeignEntityType
andforeignKey
.