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