]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/rest/rest-pagination.ts
Better spacing beetween comments
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / rest / rest-pagination.ts
CommitLineData
de59c48f 1export interface RestPagination {
d592e0a9
C
2 start: number
3 count: number
df98563e 4}