]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/rest/rest-pagination.ts
Fix client compilation
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / rest / rest-pagination.ts
CommitLineData
de59c48f 1export interface RestPagination {
32294074
C
2 currentPage: number;
3 itemsPerPage: number;
0629423c 4 totalItems: number;
de59c48f 5};