UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

41 lines (33 loc) 1.28 kB
# SlotResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | | [optional] [default to undefined] **startDate** | **string** | | [optional] [default to undefined] **endDate** | **string** | | [optional] [default to undefined] **courtId** | **string** | | [optional] [default to undefined] **clubId** | **string** | | [optional] [default to undefined] **sportId** | **string** | | [optional] [default to undefined] **isAvailable** | **boolean** | | [optional] [default to undefined] **price** | **number** | | [optional] [default to undefined] **court** | [**CourtResponse**](CourtResponse.md) | | [optional] [default to undefined] **createdAt** | **string** | | [optional] [default to undefined] **updatedAt** | **string** | | [optional] [default to undefined] ## Example ```typescript import { SlotResponse } from '@tennac-booking/sdk'; const instance: SlotResponse = { id, startDate, endDate, courtId, clubId, sportId, isAvailable, price, court, createdAt, updatedAt, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)