UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

27 lines (19 loc) 806 B
# EventConflictCheckResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **hasRegularBookings** | **boolean** | | [default to undefined] **regularBookingsCount** | **number** | | [default to undefined] **hasEventBookings** | **boolean** | | [default to undefined] **eventBookingsCount** | **number** | | [default to undefined] ## Example ```typescript import { EventConflictCheckResponse } from '@tennac-booking/sdk'; const instance: EventConflictCheckResponse = { hasRegularBookings, regularBookingsCount, hasEventBookings, eventBookingsCount, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)