UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

27 lines (19 loc) 762 B
# EventDetailRegisteredPlayer ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | | [default to undefined] **firstName** | **string** | | [optional] [default to undefined] **username** | **string** | | [optional] [default to undefined] **profilePicture** | **string** | | [optional] [default to undefined] ## Example ```typescript import { EventDetailRegisteredPlayer } from '@tennac-booking/sdk'; const instance: EventDetailRegisteredPlayer = { id, firstName, 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)