Skip to content

Commit f35bbd4

Browse files
committed
rebase fixes
1 parent d5af9f7 commit f35bbd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ export type {
295295
InterruptibleAsyncInterval,
296296
BufferPool
297297
} from './utils';
298-
export type { WriteConcern, W, WriteConcernOptions } from './write_concern';
298+
export type { WriteConcern, W, WriteConcernOptions, WriteConcernSettings } from './write_concern';
299299
export type { ExecutionResult } from './operations/execute_operation';
300300
export type { InternalAbstractCursorOptions } from './cursor/abstract_cursor';
301301
export type {

0 commit comments

Comments
 (0)