Function: Description()
Description(
value): (target,propertyKey?) =>void
Defined in: service-core/src/decorators/DocDecorators.ts:51
Provides a detailed describing the class, property or function.
Parameters
value
string
The description of the class, property or function.
Returns
(target, propertyKey?) => void