Class method to be registered with the Express application as a route
name of parameter in the query string
Optional summary: stringdescription of the parameter for OpenAPI documentation
Optional exampleValue: string | number | booleanexample of expected data
Optional required: booleanindicate if this parameter is required
Optional deprecated: booleanindicate if this parameter is deprecated
Generated using TypeDoc
Parameter decorator which defines a query string parameter to be provided to the Express route
Example