UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

31 lines (23 loc) 1.06 kB
# CreateSportRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **string** | Nom affiché du sport | [optional] [default to undefined] **minPlayers** | **number** | Nombre minimal de joueurs | [default to undefined] **maxPlayers** | **number** | Nombre maximal de joueurs | [optional] [default to undefined] **description** | **string** | Description du sport | [optional] [default to undefined] **levels** | [**Array<SportLevel>**](SportLevel.md) | Niveaux associés | [optional] [default to undefined] **logos** | **Array<string>** | URLs de logos/images | [optional] [default to undefined] ## Example ```typescript import { CreateSportRequest } from '@tennac-booking/sdk'; const instance: CreateSportRequest = { name, minPlayers, maxPlayers, description, levels, logos, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)