Merge pull request #1803 from ufon/master

Request.query is any
This commit is contained in:
Masahiro Wakame
2014-03-08 14:22:02 +09:00
+1 -1
View File
@@ -27,7 +27,7 @@ declare module "restify" {
log: Object;
id: string;
path: () => string;
query: string;
query: any;
secure: boolean;
time: number;
params: any;