diff --git a/restify/restify.d.ts b/restify/restify.d.ts index 6fb2e6718..a73ca09ba 100644 --- a/restify/restify.d.ts +++ b/restify/restify.d.ts @@ -184,6 +184,7 @@ declare module "restify" { interface Next { (err?: any): any; + ifError: (err?: any) => any; } interface RequestHandler {