Skip to content

Query

const Query: (name?) => (target, propertyKey, parameterIndex) => void

Defined in: src/decorators/http.ts:106

Decorator: Binds a parameter to the request query string.

string

(target, propertyKey, parameterIndex): void

any

string

number

void