Skip to content

Commit 07bea6a

Browse files
authored
Add missing type
1 parent a640d47 commit 07bea6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

typings/mysql/lib/PoolConnection.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import Connection = require('./Connection');
33

44
declare class PoolConnection extends Connection {
5+
connection: Connection;
56
release(): void;
67
}
78

0 commit comments

Comments
 (0)