Skip to content

Commit 1ec2a05

Browse files
authored
docs: remove duplicated DriverInfoOptions typedef
1 parent ad74613 commit 1ec2a05

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/mongo_client.ts

-9
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@ import PromiseProvider = require('./promise_provider');
2525
* @property {string} [platform] Optional platform information
2626
*/
2727

28-
/**
29-
* Configuration options for drivers wrapping the node driver.
30-
*
31-
* @typedef {object} DriverInfoOptions
32-
* @property {string} [name] The name of the driver
33-
* @property {string} [version] The version of the driver
34-
* @property {string} [platform] Optional platform information
35-
*/
36-
3728
interface MongoClient {
3829
logout(options: any, callback: Function): void;
3930
}

0 commit comments

Comments
 (0)