We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad74613 commit 1ec2a05Copy full SHA for 1ec2a05
src/mongo_client.ts
@@ -25,15 +25,6 @@ import PromiseProvider = require('./promise_provider');
25
* @property {string} [platform] Optional platform information
26
*/
27
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
-
37
interface MongoClient {
38
logout(options: any, callback: Function): void;
39
}
0 commit comments