@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
35 lines (27 loc) • 1.27 kB
Markdown
# UpdateClubGeneralSettingsRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | | [optional] [default to undefined]
**email** | **string** | | [optional] [default to undefined]
**phone** | **string** | | [optional] [default to undefined]
**websiteUrl** | **string** | | [optional] [default to undefined]
**socials** | **{ [key: string]: string; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
**description** | **string** | | [optional] [default to undefined]
**logo** | [**UpdateClubGeneralSettingsRequestLogo**](UpdateClubGeneralSettingsRequestLogo.md) | | [optional] [default to undefined]
**location** | [**ClubLocationSettings**](ClubLocationSettings.md) | | [optional] [default to undefined]
## Example
```typescript
import { UpdateClubGeneralSettingsRequest } from '@tennac-booking/sdk';
const instance: UpdateClubGeneralSettingsRequest = {
name,
email,
phone,
websiteUrl,
socials,
description,
logo,
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)