]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/video/video-pagination.model.ts
Add account settings new design
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / video-pagination.model.ts
1 export interface VideoPagination {
2 currentPage: number
3 itemsPerPage: number
4 totalItems: number
5 }