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