UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

27 lines (19 loc) 768 B
# PlayerListResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **players** | [**Array<PlayerSummary>**](PlayerSummary.md) | | [default to undefined] **total** | **number** | | [optional] [default to undefined] **hasMore** | **boolean** | | [optional] [default to undefined] **nextOffset** | **number** | | [optional] [default to undefined] ## Example ```typescript import { PlayerListResponse } from '@tennac-booking/sdk'; const instance: PlayerListResponse = { players, total, hasMore, nextOffset, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)