@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
33 lines (25 loc) • 1.08 kB
Markdown
# BookingClubInfo
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | | [default to undefined]
**name** | **string** | | [optional] [default to undefined]
**picture** | **string** | | [optional] [default to undefined]
**bannerPicture** | **string** | | [optional] [default to undefined]
**address** | **string** | | [optional] [default to undefined]
**location** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
**clubSettings** | [**BookingClubInfoClubSettings**](BookingClubInfoClubSettings.md) | | [optional] [default to undefined]
## Example
```typescript
import { BookingClubInfo } from '@tennac-booking/sdk';
const instance: BookingClubInfo = {
id,
name,
picture,
bannerPicture,
address,
location,
clubSettings,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)