UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

24 lines (16 loc) 809 B
# ClubPageResponseSportsIdsLookup Mapping des identifiants des sports disponibles (clé ou nom vers id) ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **byName** | **{ [key: string]: string; }** | Construct a type with a set of properties K of type T | [default to undefined] **byKey** | **{ [key: string]: string; }** | Construct a type with a set of properties K of type T | [default to undefined] ## Example ```typescript import { ClubPageResponseSportsIdsLookup } from '@tennac-booking/sdk'; const instance: ClubPageResponseSportsIdsLookup = { byName, byKey, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)