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