UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

25 lines (17 loc) 644 B
# OpenBookingSportInfo ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | ID du sport | [default to undefined] **key** | **string** | Clé du sport | [default to undefined] **name** | **string** | Nom du sport | [default to undefined] ## Example ```typescript import { OpenBookingSportInfo } from '@tennac-booking/sdk'; const instance: OpenBookingSportInfo = { id, key, name, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)