Type of the SessionParam decorator
Injects a session parameter into controller handler
class ExampleController { @Get('/') index(@SessionParam('foobar') foobar: string) { } }
Generated using TypeDoc
Type of the SessionParam decorator