@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
27 lines (19 loc) • 801 B
Markdown
# ClubPresentation
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bannerPictures** | **Array<string>** | | [optional] [default to undefined]
**galleryPictures** | **Array<string>** | | [optional] [default to undefined]
**tags** | **Array<string>** | | [optional] [default to undefined]
**description** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { ClubPresentation } from '@tennac-booking/sdk';
const instance: ClubPresentation = {
bannerPictures,
galleryPictures,
tags,
description,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)