UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

27 lines (19 loc) 753 B
# UserNextBookingSummary ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | | [default to undefined] **date** | **string** | | [default to undefined] **slots** | [**Array<BookingSlotInfo>**](BookingSlotInfo.md) | | [default to undefined] **club** | [**BookingClubInfo**](BookingClubInfo.md) | | [default to undefined] ## Example ```typescript import { UserNextBookingSummary } from '@tennac-booking/sdk'; const instance: UserNextBookingSummary = { id, date, slots, club, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)