Skip to content

Commit

Permalink
Update src/cmap/connection_pool.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Neal Beeken <neal.beeken@mongodb.com>
  • Loading branch information
W-A-James and nbbeeken committed Mar 11, 2024
1 parent 384e39c commit 51b8244
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/cmap/connection_pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,11 @@ export const PoolState = Object.freeze({
closed: 'closed'
} as const);

/** @public
/**
* @public
* @deprecated This interface is deprecated and will be removed in a future release as it is not used
* in the driver */
* in the driver
*/
export interface CloseOptions {
force?: boolean;
}
Expand Down

0 comments on commit 51b8244

Please sign in to comment.