Skip to content

Commit a7453e2

Browse files
committed
import fix
1 parent 107f190 commit a7453e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connection_string.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import type { AnyOptions, Callback } from './utils';
1111
import type { ConnectionOptions } from './cmap/connection';
1212
import type { Document } from './bson';
1313
import type { CompressorName } from './cmap/wire_protocol/compression';
14-
import type { DriverInfo, MongoClientOptions, MongoOptions, PkFactory } from './mongo_client';
14+
import type { DriverInfo, Host, MongoClientOptions, MongoOptions, PkFactory } from './mongo_client';
1515
import { MongoCredentials } from './cmap/auth/mongo_credentials';
1616
import type { TagSet } from './sdam/server_description';
1717
import { Logger, LoggerLevel } from './logger';

0 commit comments

Comments
 (0)