UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

27 lines (19 loc) 706 B
# SlotInfo ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | ID du slot | [default to undefined] **startDate** | **string** | Date de début | [default to undefined] **endDate** | **string** | Date de fin | [default to undefined] **court** | [**CourtInfo**](CourtInfo.md) | | [default to undefined] ## Example ```typescript import { SlotInfo } from '@tennac-booking/sdk'; const instance: SlotInfo = { id, startDate, endDate, court, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)