]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/rest/rest-pagination.ts
Better typescript typing for a better world
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / rest / rest-pagination.ts
index 0cfa4f4681aee7bcb4102d057d9da20f203e7c6e..766e7a9e5cf91ba24bd674a55b167abb97050e03 100644 (file)
@@ -1,5 +1,5 @@
 export interface RestPagination {
-  currentPage: number;
-  itemsPerPage: number;
-  totalItems: number;
-};
+  currentPage: number
+  itemsPerPage: number
+  totalItems: number
+}