From 1889691a438a6e927098b4b10813e11272be21f9 Mon Sep 17 00:00:00 2001 From: delvedor Date: Mon, 19 Apr 2021 09:32:32 +0200 Subject: [PATCH] Fix type definition --- api/new.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/new.d.ts b/api/new.d.ts index 475d897f3..53b8493f6 100644 --- a/api/new.d.ts +++ b/api/new.d.ts @@ -67,6 +67,7 @@ declare type extendsCallback = (options: ClientExtendsCallbackOptions) => any; declare type callbackFn = (err: ApiError, result: ApiResponse) => void; declare class Client { + constructor(opts: ClientOptions); connectionPool: ConnectionPool transport: Transport serializer: Serializer