bson-objectid icon indicating copy to clipboard operation
bson-objectid copied to clipboard

Type for ObjectID does not match mongodb ObjectId

Open dcantatore opened this issue 3 years ago • 3 comments

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

dcantatore avatar Sep 26 '22 14:09 dcantatore

Any updates or workarounds for this issue?

lattam avatar Jul 03 '23 14:07 lattam