[FIX] Performance issues when using new Oplog implementation (#19181)
Co-authored-by: Diego Sampaio <chinello@gmail.com>pull/18051/merge
parent
379048074a
commit
ce1f4a1ff3
@ -0,0 +1,8 @@ |
||||
import 'mongodb'; |
||||
|
||||
declare module 'mongodb' { |
||||
// eslint-disable-next-line @typescript-eslint/interface-name-prefix
|
||||
export interface FindOneOptions<T> { |
||||
awaitData?: boolean; |
||||
} |
||||
} |
Loading…
Reference in new issue