aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/shared/video-pagination.model.ts
blob: 9e71769cb56b1496944c063874e6ec386248f2e5 (plain) (blame)
1
2
3
4
5
export interface VideoPagination {
  currentPage: number
  itemsPerPage: number
  totalItems: number
}