aravindnc/mongoose-paginate-v2

type PaginateDocument expects PaginateOptions as fourth argument

lx-0 opened this issue · 0 comments

lx-0 commented

Describe the bug
The type PaginateDocument expects PaginateOptions as fourth argument, but the return type of method paginate() assigns PaginateOptions as third argument:

PaginateResult<PaginateDocument<UserType, TMethods, PaginateOptions>>