]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/core/rest/rest-pagination.ts
Migrate to $localize
[github/Chocobozzz/PeerTube.git] / client / src / app / core / rest / rest-pagination.ts
1 export interface RestPagination {
2 start: number
3 count: number
4 }