mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-21 11:09:53 +08:00
made parameter of interface ObjectID optional
This commit is contained in:
Vendored
+1
-1
@@ -576,7 +576,7 @@ declare module Mongo {
|
||||
|
||||
var ObjectID: ObjectIDStatic;
|
||||
interface ObjectIDStatic {
|
||||
new(hexString: string): ObjectID;
|
||||
new(hexString?: string): ObjectID;
|
||||
}
|
||||
interface ObjectID {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user