aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/rest/rest-pagination.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/core/rest/rest-pagination.ts')
-rw-r--r--client/src/app/core/rest/rest-pagination.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/core/rest/rest-pagination.ts b/client/src/app/core/rest/rest-pagination.ts
new file mode 100644
index 000000000..0faa59303
--- /dev/null
+++ b/client/src/app/core/rest/rest-pagination.ts
@@ -0,0 +1,4 @@
1export interface RestPagination {
2 start: number
3 count: number
4}