shared/src/types/pagination-types
Interfaces
| Interface | Description |
|---|---|
| PaginatedResponse | Base paginated response structure Generic type T represents the type of items in the response |
| PaginationParams | Pagination request parameters Used in API query strings: ?page=1&pageSize=10 |