diff --git a/restify/restify.d.ts b/restify/restify.d.ts index 415a047e9..40bc8b4a3 100644 --- a/restify/restify.d.ts +++ b/restify/restify.d.ts @@ -27,7 +27,7 @@ declare module "restify" { log: Object; id: string; path: () => string; - query: string; + query: any; secure: boolean; time: number; params: any;