UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

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