Skip to content

Commit

Permalink
deprecate CloseOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
W-A-James committed Mar 8, 2024
1 parent b9ee91c commit c533616
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cmap/connection_pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ 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 */
export interface CloseOptions {
force?: boolean;
}
Expand Down

0 comments on commit c533616

Please sign in to comment.