bson-objectid
bson-objectid copied to clipboard
Type for ObjectID does not match mongodb ObjectId
If you are using a typescript project and are trying to use the bson-objectid imported ObjectId it is missing 4 properties.
TS2739: Type 'ObjectID' is missing the following properties from type 'ObjectId': _bsontype, generationTime, toJSON,
Listed for convenience:
_bsontype
generationTime
toJSON
inspect
Any updates or workarounds for this issue?