Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type safety of created document #787

Open
epicmet opened this issue Aug 31, 2024 · 0 comments
Open

Type safety of created document #787

epicmet opened this issue Aug 31, 2024 · 0 comments

Comments

@epicmet
Copy link

epicmet commented Aug 31, 2024

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`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant