UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

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