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 43ef9f4 commit 21901b6Copy full SHA for 21901b6
src/change_stream.ts
@@ -15,7 +15,7 @@ import {
15
MongoRuntimeError
16
} from './error';
17
import { MongoClient } from './mongo_client';
18
-import { type Abortable, type InferIdType, TypedEventEmitter } from './mongo_types';
+import { type InferIdType, TypedEventEmitter } from './mongo_types';
19
import type { AggregateOptions } from './operations/aggregate';
20
import type { OperationParent } from './operations/command';
21
import type { ServerSessionId } from './sessions';
0 commit comments