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