tsoa-next / tsoa-next / Inject
Function: Inject()
ts
function Inject(): ParameterDecorator;Defined in: packages/runtime/src/decorators/parameter.ts:72
Marks a parameter as injected by user code so tsoa skips route-generation metadata for it.
Returns
ParameterDecorator
