Skip to content

Commit 5b5f6cf

Browse files
authored
Add missing connection type
1 parent 07bea6a commit 5b5f6cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

promise.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export interface Connection extends EventEmitter {
8181
}
8282

8383
export interface PoolConnection extends Connection {
84+
connection: Connection;
8485
release(): void;
8586
}
8687

0 commit comments

Comments
 (0)