@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
25 lines (17 loc) • 721 B
Markdown
# GetInfillPercentagePerPeriod200Response
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bookedSlots** | **number** | | [default to undefined]
**totalSlots** | **number** | | [default to undefined]
**infillPercentage** | **number** | | [default to undefined]
## Example
```typescript
import { GetInfillPercentagePerPeriod200Response } from '@tennac-booking/sdk';
const instance: GetInfillPercentagePerPeriod200Response = {
bookedSlots,
totalSlots,
infillPercentage,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)