UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

29 lines (21 loc) 962 B
# ClubPlayerBookingsPagination ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **page** | **number** | Page courante (1-based) | [default to undefined] **pageSize** | **number** | Nombre d\'éléments par page | [default to undefined] **totalItems** | **number** | Nombre total d\'éléments disponibles | [default to undefined] **totalPages** | **number** | Nombre total de pages disponibles | [default to undefined] **hasMore** | **boolean** | Existence d\'une page suivante | [default to undefined] ## Example ```typescript import { ClubPlayerBookingsPagination } from '@tennac-booking/sdk'; const instance: ClubPlayerBookingsPagination = { page, pageSize, totalItems, totalPages, hasMore, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)