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.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/client/src/app/shared/rest/rest-pagination.ts b/client/src/app/shared/rest/rest-pagination.ts
index 0cfa4f468..766e7a9e5 100644
--- a/client/src/app/shared/rest/rest-pagination.ts
+++ b/client/src/app/shared/rest/rest-pagination.ts
@@ -1,5 +1,5 @@
1export interface RestPagination { 1export interface RestPagination {
2 currentPage: number; 2 currentPage: number
3 itemsPerPage: number; 3 itemsPerPage: number
4 totalItems: number; 4 totalItems: number
5}; 5}