]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - client/src/app/shared/rest/component-pagination.model.ts
Add new follow, mention and user registered notifs
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / rest / component-pagination.model.ts
... / ...
CommitLineData
1export interface ComponentPagination {
2 currentPage: number
3 itemsPerPage: number
4 totalItems?: number
5}