Function: Reference()
Reference(
clazz): (target,propertyKey) =>void
Defined in: service-core/src/decorators/ModelDecorators.ts:168
Apply this to a property to indicate that the value is a reference to another stored entity.
Parameters
clazz
any
The class type of the referenced object.
Returns
(target, propertyKey) => void