import { Query } from "https://deno.land/x/oak_nest@v3.0.1/src/decorators/mod.ts";
get the params from the request, if has key, then return the value which is parse by it`s type
Examples
such as http://localhost/api/users/1?name=tom
, then params is {name: tom}
such as http://localhost/api/users/1?name=tom
, then params is {name: tom}