UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

29 lines (21 loc) 905 B
# ClubSettings ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **clubId** | **string** | | [default to undefined] **reservationStartTime** | **string** | | [optional] [default to undefined] **reservationEndTime** | **string** | | [optional] [default to undefined] **maxSimultaneousReservations** | **number** | | [optional] [default to undefined] **allowWeekendReservations** | **boolean** | | [optional] [default to undefined] ## Example ```typescript import { ClubSettings } from '@tennac-booking/sdk'; const instance: ClubSettings = { clubId, reservationStartTime, reservationEndTime, maxSimultaneousReservations, allowWeekendReservations, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)