We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d865bfb commit fbd1ee6Copy full SHA for fbd1ee6
lib/Transport.d.ts
@@ -30,7 +30,7 @@
30
import { Readable as ReadableStream } from 'stream';
31
import Connection from './Connection';
32
import * as errors from './errors';
33
-import { CloudConnectionPool, ConnectionPool } from './pool';
+import { CloudConnectionPool, ConnectionPool, BasicAuth, AwsSigv4Auth } from './pool';
34
import Serializer from './Serializer';
35
36
export type ApiError =
0 commit comments