We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1d474 commit 64da97fCopy full SHA for 64da97f
src/cmap/connection.ts
@@ -123,12 +123,6 @@ export interface ConnectionOptions
123
mongoLogger?: MongoLogger | undefined;
124
}
125
126
-/** @internal */
127
-export interface DestroyOptions {
128
- /** Force the destruction. */
129
- force: boolean;
130
-}
131
-
132
/** @public */
133
export type ConnectionEvents = {
134
commandStarted(event: CommandStartedEvent): void;
src/index.ts
@@ -275,7 +275,6 @@ export type {
275
Connection,
276
ConnectionEvents,
277
ConnectionOptions,
278
- DestroyOptions,
279
ProxyOptions
280
} from './cmap/connection';
281
export type {
0 commit comments