UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

31 lines (23 loc) 938 B
# BookingSlotInfo ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | | [default to undefined] **startDate** | **string** | | [optional] [default to undefined] **endDate** | **string** | | [optional] [default to undefined] **durationMinutes** | **number** | | [optional] [default to undefined] **court** | [**BookingCourtInfo**](BookingCourtInfo.md) | | [optional] [default to undefined] **sport** | [**BookingSportInfo**](BookingSportInfo.md) | | [optional] [default to undefined] ## Example ```typescript import { BookingSlotInfo } from '@tennac-booking/sdk'; const instance: BookingSlotInfo = { id, startDate, endDate, durationMinutes, court, sport, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)