]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - client/src/app/core/rest/rest-pagination.ts
Update translations
[github/Chocobozzz/PeerTube.git] / client / src / app / core / rest / rest-pagination.ts
... / ...
CommitLineData
1export interface RestPagination {
2 start: number
3 count: number
4}