@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
23 lines (15 loc) • 539 B
Markdown
# ClubDayInterval
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**start** | **number** | | [default to undefined]
**end** | **number** | | [default to undefined]
## Example
```typescript
import { ClubDayInterval } from '@tennac-booking/sdk';
const instance: ClubDayInterval = {
start,
end,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)