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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Typescript definition for Model.bulkSave #10745

Closed
p-j opened this issue Sep 17, 2021 · 0 comments
Closed

Missing Typescript definition for Model.bulkSave #10745

p-j opened this issue Sep 17, 2021 · 0 comments
Labels
typescript Types or Types-test related issue / Pull Request
Milestone

Comments

@p-j
Copy link

p-j commented Sep 17, 2021

Hi 馃憢馃徎

it seems the type definition for Model.bulkSave is missing.
I believe something like below would do the trick.

bulkSave(documents: Array<Document>): Promise<mongodb.BulkWriteOpResultObject>;
@p-j p-j changed the title Missing Typescript definition for Model.BulkSave Missing Typescript definition for Model.bulkSave Sep 17, 2021
@IslandRhythms IslandRhythms added the typescript Types or Types-test related issue / Pull Request label Sep 17, 2021
@vkarpov15 vkarpov15 added this to the 6.0.7 milestone Sep 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
typescript Types or Types-test related issue / Pull Request
Projects
None yet
Development

No branches or pull requests

3 participants