]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/rest/rest-pagination.ts
Fix angular 9 build
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / rest / rest-pagination.ts
1 export interface RestPagination {
2 start: number
3 count: number
4 }