UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

37 lines (29 loc) 1.16 kB
# EventConflictCheckRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **eventId** | **string** | | [optional] [default to undefined] **clubId** | **string** | | [optional] [default to undefined] **startDate** | **string** | | [optional] [default to undefined] **endDate** | **string** | | [optional] [default to undefined] **date** | **string** | | [optional] [default to undefined] **isAllDay** | **boolean** | | [optional] [default to undefined] **startTime** | **number** | | [optional] [default to undefined] **endTime** | **number** | | [optional] [default to undefined] **courts** | **Array<string>** | | [optional] [default to undefined] ## Example ```typescript import { EventConflictCheckRequest } from '@tennac-booking/sdk'; const instance: EventConflictCheckRequest = { eventId, clubId, startDate, endDate, date, isAllDay, startTime, endTime, courts, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)