From c76d0249c07e0b4dcd9c48496cdb4c50e780b674 Mon Sep 17 00:00:00 2001 From: Tomas Della Vedova Date: Tue, 14 May 2019 11:19:08 -0400 Subject: [PATCH] Fix #803 (#846) --- lib/Connection.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Connection.d.ts b/lib/Connection.d.ts index a02b6f72a..c31ff5925 100644 --- a/lib/Connection.d.ts +++ b/lib/Connection.d.ts @@ -76,6 +76,7 @@ export default class Connection { setRole(role: string, enabled: boolean): Connection; status: string; buildRequestObject(params: any): http.ClientRequestArgs; + // @ts-ignore [inspect.custom](object: any, options: InspectOptions): string; }