From 89006a4cab7b995e4fc0c39a4731006fa26014f7 Mon Sep 17 00:00:00 2001 From: Andrew Fairbairn Date: Tue, 16 Jul 2019 22:44:48 +0100 Subject: [PATCH] [restify] Remove old property from Next interface (#36842) --- types/restify/index.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/types/restify/index.d.ts b/types/restify/index.d.ts index ca9a4dc1d3..446f434bcf 100644 --- a/types/restify/index.d.ts +++ b/types/restify/index.d.ts @@ -877,8 +877,6 @@ export interface RedirectOptions { export interface Next { (err?: any): void; - - ifError(err?: any): void; } export interface RouteSpec {