UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

29 lines (21 loc) 780 B
# WaitListPlayer ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | | [default to undefined] **firstName** | **string** | | [default to undefined] **lastName** | **string** | | [default to undefined] **username** | **string** | | [optional] [default to undefined] **profilePicture** | **string** | | [optional] [default to undefined] ## Example ```typescript import { WaitListPlayer } from '@tennac-booking/sdk'; const instance: WaitListPlayer = { id, firstName, lastName, username, profilePicture, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)