mongoose-aggregate-paginate-v2
mongoose-aggregate-paginate-v2 copied to clipboard
Added prepaginate string type support for TypeScript
As per the Readme, you can use __PREPAGINATE__ in the pipeline and pass that pipeline directly into the aggregatePaginate function but the issue is that the query only supports Aggregate which is not suitable for the pipeline so it gives the typescript error, so I added new type called PrePaginatePipelineStage in query.