Function: QueryParams()

function QueryParams(): (_: undefined, context: ClassFieldDecoratorContext) => void;

Defined in: src/router/decorators/params.ts:123

Decorator for all query parameters as an object

Returns

(_: undefined, context: ClassFieldDecoratorContext): void;

Parameters

Parameter Type
_ undefined
context ClassFieldDecoratorContext

Returns

void