tsoa-next / tsoa-next / RequestProp
Function: RequestProp()
ts
function RequestProp(name?): ParameterDecorator;Defined in: packages/runtime/src/decorators/parameter.ts:31
Binds a property from the underlying runtime request object.
Parameters
name?
string
The request property name to read. Defaults to the parameter name.
Returns
ParameterDecorator
