UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

29 lines (21 loc) 817 B
# UserEventsResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **total** | **number** | | [default to undefined] **limit** | **number** | | [default to undefined] **skip** | **number** | | [default to undefined] **hasMore** | **boolean** | | [default to undefined] **participations** | [**Array<UserEventParticipation>**](UserEventParticipation.md) | | [default to undefined] ## Example ```typescript import { UserEventsResponse } from '@tennac-booking/sdk'; const instance: UserEventsResponse = { total, limit, skip, hasMore, participations, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)