Update Fix
This commit is contained in:
2
node_modules/mysql2/typings/mysql/lib/PoolCluster.d.ts
generated
vendored
2
node_modules/mysql2/typings/mysql/lib/PoolCluster.d.ts
generated
vendored
@@ -56,6 +56,8 @@ declare class PoolCluster extends EventEmitter {
|
||||
|
||||
end(callback?: (err: NodeJS.ErrnoException | null) => void): void;
|
||||
|
||||
[Symbol.dispose](): void;
|
||||
|
||||
getConnection(
|
||||
callback: (
|
||||
err: NodeJS.ErrnoException | null,
|
||||
|
||||
Reference in New Issue
Block a user