]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
4635f59d 1export interface ComponentPagination {
d592e0a9
C
2 currentPage: number
3 itemsPerPage: number
b1fa3eba 4 totalItems?: number
d592e0a9 5}