aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/rest/rest-pagination.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/rest/rest-pagination.ts')
-rw-r--r--client/src/app/shared/rest/rest-pagination.ts5
1 files changed, 2 insertions, 3 deletions
diff --git a/client/src/app/shared/rest/rest-pagination.ts b/client/src/app/shared/rest/rest-pagination.ts
index 766e7a9e5..0faa59303 100644
--- a/client/src/app/shared/rest/rest-pagination.ts
+++ b/client/src/app/shared/rest/rest-pagination.ts
@@ -1,5 +1,4 @@
1export interface RestPagination { 1export interface RestPagination {
2 currentPage: number 2 start: number
3 itemsPerPage: number 3 count: number
4 totalItems: number
5} 4}