UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

23 lines (15 loc) 648 B
# StaffEventsPageResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **events** | [**Array<EventResponse>**](EventResponse.md) | | [default to undefined] **pagination** | [**PaginationInfo**](PaginationInfo.md) | | [default to undefined] ## Example ```typescript import { StaffEventsPageResponse } from '@tennac-booking/sdk'; const instance: StaffEventsPageResponse = { events, pagination, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)