Skip to content

Commit

Permalink
fix: add totalCounts in pagination type
Browse files Browse the repository at this point in the history
  • Loading branch information
mariembencheikh committed Jul 24, 2024
1 parent 666e3df commit 867e0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/member/member.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export type MemberStorageItem = {
};

export type Pagination = {
totalItems: number;
totalCounts: number;
page: number;
pageSize: number;
};
Expand Down

0 comments on commit 867e0e9

Please sign in to comment.