Skip to content

Commit

Permalink
Feat!: added aggregate paginate plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Jun 22, 2024
1 parent 1ce2f24 commit 8213d54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions plugins/mongoose-aggregate-paginate-v2/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ declare function mongooseAggregatePaginate(schema: mongoose.Schema): void;

export default mongooseAggregatePaginate;

export const PREPAGINATION_PLACEHOLDER: string

declare namespace _ {
const aggregatePaginate: { options: mongoose.PaginateOptions };
}
8 changes: 3 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8213d54

Please sign in to comment.