We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5ef29 commit 8e248d5Copy full SHA for 8e248d5
src/cmap/connection_pool.ts
@@ -97,15 +97,6 @@ export const PoolState = Object.freeze({
97
98
type PoolState = (typeof PoolState)[keyof typeof PoolState];
99
100
-/**
101
- * @public
102
- * @deprecated This interface is deprecated and will be removed in a future release as it is not used
103
- * in the driver
104
- */
105
-export interface CloseOptions {
106
- force?: boolean;
107
-}
108
-
109
/** @public */
110
export type ConnectionPoolEvents = {
111
connectionPoolCreated(event: ConnectionPoolCreatedEvent): void;
0 commit comments