Type of the Res decorator
Injects the express response object into controller handler
class ExampleController { @Get('/') index(@Res() res : Express.Response) { } }
Generated using TypeDoc
Type of the Res decorator