@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
34 lines (26 loc) • 1.29 kB
Markdown
# RecordWeekdayKeyClubDaySchedule
Construct a type with a set of properties K of type T
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**monday** | [**Array<ClubDayInterval>**](ClubDayInterval.md) | | [default to undefined]
**tuesday** | [**Array<ClubDayInterval>**](ClubDayInterval.md) | | [default to undefined]
**wednesday** | [**Array<ClubDayInterval>**](ClubDayInterval.md) | | [default to undefined]
**thursday** | [**Array<ClubDayInterval>**](ClubDayInterval.md) | | [default to undefined]
**friday** | [**Array<ClubDayInterval>**](ClubDayInterval.md) | | [default to undefined]
**saturday** | [**Array<ClubDayInterval>**](ClubDayInterval.md) | | [default to undefined]
**sunday** | [**Array<ClubDayInterval>**](ClubDayInterval.md) | | [default to undefined]
## Example
```typescript
import { RecordWeekdayKeyClubDaySchedule } from '@tennac-booking/sdk';
const instance: RecordWeekdayKeyClubDaySchedule = {
monday,
tuesday,
wednesday,
thursday,
friday,
saturday,
sunday,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)