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