We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fa752 commit f6cd8d9Copy full SHA for f6cd8d9
1 file changed
src/cmap/connection_pool.ts
@@ -118,7 +118,11 @@ export const PoolState = Object.freeze({
118
closed: 'closed'
119
} as const);
120
121
-/** @public */
+/**
122
+ * @public
123
+ * @deprecated This interface is deprecated and will be removed in a future release as it is not used
124
+ * in the driver
125
+ */
126
export interface CloseOptions {
127
force?: boolean;
128
}
0 commit comments