]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/app/videos/shared/pagination.model.ts
Add a loader animation when loading the videos list
[github/Chocobozzz/PeerTube.git] / client / app / videos / shared / pagination.model.ts
1 export interface Pagination {
2 currentPage: number;
3 itemsPerPage: number;
4 total: number;
5 }