UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

31 lines (23 loc) 915 B
# CreateSportForClubRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **maxPlayers** | **number** | | [optional] [default to undefined] **minPlayers** | **number** | | [optional] [default to undefined] **logos** | **Array<string>** | | [optional] [default to undefined] **description** | **string** | | [optional] [default to undefined] **name** | **string** | | [optional] [default to undefined] **key** | **string** | | [default to undefined] ## Example ```typescript import { CreateSportForClubRequest } from '@tennac-booking/sdk'; const instance: CreateSportForClubRequest = { maxPlayers, minPlayers, logos, description, name, key, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)