]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/shared/pagination.model.ts
Server: avoid request entity too large for requests between pods
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / shared / pagination.model.ts
CommitLineData
32294074
C
1export interface Pagination {
2 currentPage: number;
3 itemsPerPage: number;
0629423c 4 totalItems: number;
32294074 5}