]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/core/rest/rest-pagination.ts
Translated using Weblate (German)
[github/Chocobozzz/PeerTube.git] / client / src / app / core / rest / rest-pagination.ts
CommitLineData
de59c48f 1export interface RestPagination {
d592e0a9
C
2 start: number
3 count: number
df98563e 4}