We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33001d3 commit 7c62d11Copy full SHA for 7c62d11
index.d.ts
@@ -83,7 +83,7 @@ export interface Connection extends mysql.Connection {
83
sequenceId: number;
84
}
85
86
-export interface PoolConnection extends mysql.PoolConnection, Connection {
+export interface PoolConnection extends mysql.PoolConnection {
87
promise(promiseImpl?: PromiseConstructor): PromisePoolConnection;
88
89
0 commit comments