@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
27 lines (19 loc) • 683 B
Markdown
# EventDetailClub
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | | [default to undefined]
**name** | **string** | | [default to undefined]
**logo** | **string** | | [optional] [default to undefined]
**address** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { EventDetailClub } from '@tennac-booking/sdk';
const instance: EventDetailClub = {
id,
name,
logo,
address,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)