couchbaselabs / node-ottoman

Node.js ODM for Couchbase
https://ottomanjs.com/
Apache License 2.0
287 stars 98 forks source link

Type safety of created document #787

Open epicmet opened 1 month ago

epicmet commented 1 month ago

I'm using ottoman v2.5.0

Can I ask what is this line about?

In my case it messes up with the type safety of the newly created document.

const doc = new MyModel({ foo: "bar" });
doc.save(); // There is no method `save`