UNPKG

304 BTypeScriptView Raw
1import { ParamOptions } from '../decorator-options/ParamOptions';
2/**
3 * Injects a Session object property to the controller action parameter.
4 * Must be applied on a controller action parameter.
5 */
6export declare function SessionParam(propertyName: string, options?: ParamOptions): ParameterDecorator;