UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

25 lines (17 loc) 789 B
# StaffEventDetailResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **event** | [**EventResponse**](EventResponse.md) | | [default to undefined] **bookings** | [**Array<StaffEventBookingResponse>**](StaffEventBookingResponse.md) | | [default to undefined] **series** | [**StaffEventSeriesContext**](StaffEventSeriesContext.md) | | [optional] [default to undefined] ## Example ```typescript import { StaffEventDetailResponse } from '@tennac-booking/sdk'; const instance: StaffEventDetailResponse = { event, bookings, series, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)