diff --git a/restify/restify.d.ts b/restify/restify.d.ts index 6e0ee450a9..7128ca3d07 100644 --- a/restify/restify.d.ts +++ b/restify/restify.d.ts @@ -95,6 +95,7 @@ declare module "restify" { listen(... args: any[]): any; close(... args: any[]): any; pre(routeCallBack: RequestHandler): any; + server: http.Server; }