Function: Summary()
Summary(
value): (target,propertyKey?) =>void
Defined in: service-core/src/decorators/DocDecorators.ts:84
Provides a brief summary about the class, property or function.
Parameters
value
string
The summary of the class, property or function.
Returns
(target, propertyKey?) => void