HomeVendure CoreShow hidden breadcrumbs...EntitiesVendureEntityOn this pageVendureEntity@vendure/coreSource This is the base class from which all entities inherit. The type of the id property is defined by the EntityIdStrategy. Signatureclass VendureEntity { constructor(input?: DeepPartial<VendureEntity>) @PrimaryGeneratedId() id: ID; @CreateDateColumn() createdAt: Date; @UpdateDateColumn() updatedAt: Date;} idpropertyIDcreatedAtpropertyDateupdatedAtpropertyDateWas this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousUserNextZoneEdited Apr 20, 2026ยทEdit this page