From 1f92231282b582700cbdd2763ae56df690a279b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Oborn=C3=ADk?= Date: Fri, 7 Mar 2014 22:43:01 +0100 Subject: [PATCH] Request.query is any --- restify/restify.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;