UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

33 lines (25 loc) 985 B
# Court ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **string** | | [default to undefined] **status** | [**CourtStatus**](CourtStatus.md) | | [default to undefined] **comments** | **string** | | [optional] [default to undefined] **pricePerSlot** | **number** | | [default to undefined] **slotDefaultDuration** | **number** | | [default to undefined] **startTimeInTheDayInMinutes** | **number** | | [default to undefined] **endTimeInTheDayInMinutes** | **number** | | [default to undefined] ## Example ```typescript import { Court } from '@tennac-booking/sdk'; const instance: Court = { name, status, comments, pricePerSlot, slotDefaultDuration, startTimeInTheDayInMinutes, endTimeInTheDayInMinutes, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)