aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/rest/rest-pagination.ts
blob: 0faa593032015ee8c60608fe076a3c0a9e005784 (plain) (blame)
1
2
3
4
export interface RestPagination {
  start: number
  count: number
}