New type definitions (#1358)
This commit is contained in:
committed by
GitHub
parent
430de17007
commit
f86a79cb26
2
lib/Transport.d.ts
vendored
2
lib/Transport.d.ts
vendored
@ -28,7 +28,7 @@ export type ApiError = errors.ConfigurationError | errors.ConnectionError |
|
||||
errors.NoLivingConnectionsError | errors.ResponseError |
|
||||
errors.TimeoutError | errors.RequestAbortedError
|
||||
|
||||
export type Context = Record<string, unknown> | null
|
||||
export type Context = unknown
|
||||
|
||||
export interface nodeSelectorFn {
|
||||
(connections: Connection[]): Connection;
|
||||
|
||||
Reference in New Issue
Block a user