We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7979bd1 commit a58ba8dCopy full SHA for a58ba8d
1 file changed
test/mongodb_bundled.ts
@@ -423,6 +423,7 @@ export type {
423
import type {
424
AbstractCursor as _AbstractCursor,
425
AuthMechanism as _AuthMechanism,
426
+ Binary as _Binary,
427
ChangeStream as _ChangeStream,
428
ClientEncryption as _ClientEncryption,
429
ClientSession as _ClientSession,
@@ -484,6 +485,7 @@ import type {
484
485
// To re-sort: Highlight the list and use VSCode's "Sort Lines Ascending" command
486
export type AbstractCursor = _AbstractCursor;
487
export type AuthMechanism = _AuthMechanism;
488
+export type Binary = _Binary;
489
export type ChangeStream = _ChangeStream;
490
export type ClientEncryption = _ClientEncryption;
491
export type ClientSession = _ClientSession;
0 commit comments