]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/angular/videos/pagination.ts
Add pagination support to the client
[github/Chocobozzz/PeerTube.git] / client / angular / videos / pagination.ts
1 export interface Pagination {
2 currentPage: number;
3 itemsPerPage: number;
4 total: number;
5 }