Function: Entity()
Entity(
options?): (target) =>void
Defined in: service-core/src/decorators/PersistenceDecorators.ts:238
Indicates that the class describes an entity that is persisted to a datasource.
Parameters
options?
The options to set.
Returns
(target) => void