UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

29 lines (21 loc) 904 B
# ClubPresentationSettingsResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **description** | **string** | | [optional] [default to undefined] **tags** | **Array<string>** | | [default to undefined] **bannerImages** | **Array<string>** | | [default to undefined] **galleryImages** | **Array<string>** | | [default to undefined] **sponsors** | [**Array<Sponsor>**](Sponsor.md) | | [default to undefined] ## Example ```typescript import { ClubPresentationSettingsResponse } from '@tennac-booking/sdk'; const instance: ClubPresentationSettingsResponse = { description, tags, bannerImages, galleryImages, sponsors, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)