diff --git a/src/cmap/connection_pool.ts b/src/cmap/connection_pool.ts index 195ad4dc9c6..b49c3d1d7b3 100644 --- a/src/cmap/connection_pool.ts +++ b/src/cmap/connection_pool.ts @@ -118,7 +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 + */ export interface CloseOptions { force?: boolean; }