Update bot

Took 2 hours 17 minutes
This commit is contained in:
2021-03-15 09:32:14 +01:00
parent e76ad758b8
commit 6102599e5d
201 changed files with 26670 additions and 87 deletions

View File

@ -0,0 +1,8 @@
import Connection = require('./Connection');
declare class PoolConnection extends Connection {
release(): void;
}
export = PoolConnection;