Skip to content

SudoSOS Back-end API / internal/entities / BaseEntityWithoutId

Class: BaseEntityWithoutId ​

Extends ​

  • BaseEntity

Extended by ​

Constructors ​

Constructor ​

ts
new BaseEntityWithoutId(): BaseEntityWithoutId;

Returns ​

BaseEntityWithoutId

Inherited from ​

ts
OrmBaseEntity.constructor

Properties ​

PropertyModifierTypeDescription
createdAtreadonlyDateThe creation date of the object.
updatedAtreadonlyDateThe last update date of the object.
versionreadonlynumberThe current version of the object.