UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

31 lines (23 loc) 873 B
# SportWithLevels ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | | [default to undefined] **key** | **string** | | [default to undefined] **name** | **string** | | [default to undefined] **description** | **string** | | [optional] [default to undefined] **levels** | [**Array<SportLevel>**](SportLevel.md) | | [optional] [default to undefined] **logos** | **Array<string>** | | [optional] [default to undefined] ## Example ```typescript import { SportWithLevels } from '@tennac-booking/sdk'; const instance: SportWithLevels = { id, key, name, 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)