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.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/client/src/app/shared/rest/rest-pagination.ts b/client/src/app/shared/rest/rest-pagination.ts
deleted file mode 100644
index 0faa59303..000000000
--- a/client/src/app/shared/rest/rest-pagination.ts
+++ /dev/null
@@ -1,4 +0,0 @@
1export interface RestPagination {
2 start: number
3 count: number
4}