]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/shared/pagination.model.ts
First draft to use webpack instead of systemjs
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / shared / pagination.model.ts
CommitLineData
32294074
C
1export interface Pagination {
2 currentPage: number;
3 itemsPerPage: number;
4 total: number;
5}