]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/rest/rest-pagination.ts
Fix margin-content and miniature thumbnail width on mobile, fix media queries for...
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / rest / rest-pagination.ts
1 export interface RestPagination {
2 start: number
3 count: number
4 }