aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/video/video-pagination.model.ts
blob: 9e71769cb56b1496944c063874e6ec386248f2e5 (plain) (tree)
1
2
3
4
5




                                  
export interface VideoPagination {
  currentPage: number
  itemsPerPage: number
  totalItems: number
}