Automattic / mongoose

MongoDB object modeling designed to work in an asynchronous environment.
https://mongoosejs.com
MIT License
26.97k stars 3.84k forks source link

Missing options attribute for aggregation type #11594

Closed GO-DIE closed 2 years ago

GO-DIE commented 2 years ago

Do you want to request a feature or report a bug? bug

What is the current behavior? The type declaration file is incomplete. I can't find Aggregate.prototype.options in type declaration file.

Uzlopak commented 2 years ago

@GO-DIE

I created a PR #11628 which should fix this issue. Maybe you want to have a look