]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/rest/component-pagination.model.ts
Merge branch 'release/beta-10' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / rest / component-pagination.model.ts
1 export interface ComponentPagination {
2 currentPage: number
3 itemsPerPage: number
4 totalItems?: number
5 }