Function: Example()
Example(
value): (target,propertyKey?) =>void
Defined in: service-core/src/decorators/DocDecorators.ts:62
Provides a example representation of the property or function return value.
Parameters
value
any
The example value.
Returns
(target, propertyKey?) => void