Skip to content

Commit 8e248d5

Browse files
committed
chore: close options
1 parent 2e5ef29 commit 8e248d5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/cmap/connection_pool.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,6 @@ export const PoolState = Object.freeze({
9797

9898
type PoolState = (typeof PoolState)[keyof typeof PoolState];
9999

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-
109100
/** @public */
110101
export type ConnectionPoolEvents = {
111102
connectionPoolCreated(event: ConnectionPoolCreatedEvent): void;

0 commit comments

Comments
 (0)