Skip to content

Commit a58ba8d

Browse files
committed
add a missing type to bundler
1 parent 7979bd1 commit a58ba8d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/mongodb_bundled.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ export type {
423423
import type {
424424
AbstractCursor as _AbstractCursor,
425425
AuthMechanism as _AuthMechanism,
426+
Binary as _Binary,
426427
ChangeStream as _ChangeStream,
427428
ClientEncryption as _ClientEncryption,
428429
ClientSession as _ClientSession,
@@ -484,6 +485,7 @@ import type {
484485
// To re-sort: Highlight the list and use VSCode's "Sort Lines Ascending" command
485486
export type AbstractCursor = _AbstractCursor;
486487
export type AuthMechanism = _AuthMechanism;
488+
export type Binary = _Binary;
487489
export type ChangeStream = _ChangeStream;
488490
export type ClientEncryption = _ClientEncryption;
489491
export type ClientSession = _ClientSession;

0 commit comments

Comments
 (0)