Type alias Pagination

Pagination: {
    limit?: number;
    offset?: number;
    sort: Sort;
}

Type declaration

  • Optional limit?: number
  • Optional offset?: number
  • sort: Sort

Generated using TypeDoc