UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

25 lines (17 loc) 588 B
# Slot ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **startDate** | **string** | | [default to undefined] **endDate** | **string** | | [default to undefined] **courtId** | **string** | | [default to undefined] ## Example ```typescript import { Slot } from '@tennac-booking/sdk'; const instance: Slot = { startDate, endDate, courtId, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)