Update Fix
This commit is contained in:
2
node_modules/mysql2/typings/mysql/lib/Pool.d.ts
generated
vendored
2
node_modules/mysql2/typings/mysql/lib/Pool.d.ts
generated
vendored
@@ -53,6 +53,8 @@ declare class Pool extends QueryableBase(ExecutableBase(EventEmitter)) {
|
||||
callback?: (err: NodeJS.ErrnoException | null, ...args: any[]) => any
|
||||
): void;
|
||||
|
||||
[Symbol.dispose](): void;
|
||||
|
||||
on(event: string, listener: (...args: any[]) => void): this;
|
||||
on(event: 'connection', listener: (connection: PoolConnection) => any): this;
|
||||
on(event: 'acquire', listener: (connection: PoolConnection) => any): this;
|
||||
|
||||
Reference in New Issue
Block a user