Route handler parameter decorator. Extracts the Response
object from the underlying platform and populates the decorated
parameter with the value of Response
.
See more...
const Response: (options?: ResponseDecoratorOptions) => ParameterDecorator;
Description
Example: logout(@Response() res)