Type of the Session decorator
Injects the session object into controller handler
class ExampleController { @Get('/') index(@Session() session: Express.Session) { } }
Generated using TypeDoc
Type of the Session decorator