UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

31 lines (23 loc) 1.06 kB
# ClubMetadataResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | ID unique du club | [default to undefined] **name** | **string** | Nom du club | [default to undefined] **description** | **string** | Description du club | [optional] [default to undefined] **picture** | **string** | URL de la photo de profil (pdp) | [optional] [default to undefined] **primaryBannerPicture** | **string** | URL de la bannière principale | [optional] [default to undefined] **location** | [**ClubMetadataResponseLocation**](ClubMetadataResponseLocation.md) | | [optional] [default to undefined] ## Example ```typescript import { ClubMetadataResponse } from '@tennac-booking/sdk'; const instance: ClubMetadataResponse = { id, name, description, picture, primaryBannerPicture, location, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)