Fix type definition
This commit is contained in:
2
api/new.d.ts
vendored
2
api/new.d.ts
vendored
@ -66,7 +66,7 @@ declare type extendsCallback = (options: ClientExtendsCallbackOptions) => any;
|
||||
// /Extend API
|
||||
|
||||
declare type callbackFn<TResponse, TContext> = (err: ApiError, result: ApiResponse<TResponse, TContext>) => void;
|
||||
interface Client {
|
||||
declare class Client {
|
||||
connectionPool: ConnectionPool
|
||||
transport: Transport
|
||||
serializer: Serializer
|
||||
|
||||
Reference in New Issue
Block a user