UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

31 lines (23 loc) 840 B
# AgendaBookingSlot ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **start** | **string** | | [default to undefined] **end** | **string** | | [default to undefined] **courtName** | **string** | | [default to undefined] **sportKey** | **string** | | [default to undefined] **surface** | **string** | | [optional] [default to undefined] **isIndoor** | **boolean** | | [optional] [default to undefined] ## Example ```typescript import { AgendaBookingSlot } from '@tennac-booking/sdk'; const instance: AgendaBookingSlot = { start, end, courtName, sportKey, surface, isIndoor, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)