]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/app/videos/shared/pagination.model.ts
Follow the angular styleguide for the directories structure
[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 }