Skip to content

Commit 64da97f

Browse files
committed
remove DestroyOptions
1 parent 9f1d474 commit 64da97f

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/cmap/connection.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,6 @@ export interface ConnectionOptions
123123
mongoLogger?: MongoLogger | undefined;
124124
}
125125

126-
/** @internal */
127-
export interface DestroyOptions {
128-
/** Force the destruction. */
129-
force: boolean;
130-
}
131-
132126
/** @public */
133127
export type ConnectionEvents = {
134128
commandStarted(event: CommandStartedEvent): void;

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ export type {
275275
Connection,
276276
ConnectionEvents,
277277
ConnectionOptions,
278-
DestroyOptions,
279278
ProxyOptions
280279
} from './cmap/connection';
281280
export type {

0 commit comments

Comments
 (0)