Samuel Marks
2016-01-08 23:53:19 +11:00
parent 4639f126d2
commit 4dd5bea6f4
+1
View File
@@ -184,6 +184,7 @@ declare module "restify" {
interface Next {
(err?: any): any;
ifError: (err?: any) => any;
}
interface RequestHandler {