basic set import works
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import { Connection } from './Connection.js';
|
||||
import { Pool as PromisePool } from '../../../promise.js';
|
||||
|
||||
declare class PoolConnection extends Connection {
|
||||
connection: Connection;
|
||||
release(): void;
|
||||
[Symbol.dispose](): void;
|
||||
promise(promiseImpl?: PromiseConstructor): PromisePool;
|
||||
}
|
||||
|
||||
export { PoolConnection };
|
||||
Reference in New Issue
Block a user