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