@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
23 lines (15 loc) • 665 B
Markdown
# BookingsWithTimeBoundsResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bookings** | [**Array<AgendaBooking>**](AgendaBooking.md) | | [default to undefined]
**timeBounds** | [**TimeBounds**](TimeBounds.md) | | [default to undefined]
## Example
```typescript
import { BookingsWithTimeBoundsResponse } from '@tennac-booking/sdk';
const instance: BookingsWithTimeBoundsResponse = {
bookings,
timeBounds,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)