Type of the SessionId decorator
Injects the session id into controller handler
class ExampleController { @Get('/') index(@SessionId() sessId: string) { } }
Generated using TypeDoc
Type of the SessionId decorator