@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
25 lines (17 loc) • 602 B
Markdown
# Sport
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_id** | **string** | | [optional] [default to undefined]
**key** | **string** | | [optional] [default to undefined]
**clubId** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { Sport } from '@tennac-booking/sdk';
const instance: Sport = {
_id,
key,
clubId,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)