UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

33 lines (25 loc) 1.04 kB
# StaffEventSeriesContext ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **seriesId** | **string** | | [default to undefined] **isRecurring** | **boolean** | | [default to undefined] **recurringType** | **string** | | [default to undefined] **recurrenceEndDate** | **string** | | [optional] [default to undefined] **totalOccurrences** | **number** | | [default to undefined] **previousOccurrenceId** | **string** | | [optional] [default to undefined] **nextOccurrenceId** | **string** | | [optional] [default to undefined] ## Example ```typescript import { StaffEventSeriesContext } from '@tennac-booking/sdk'; const instance: StaffEventSeriesContext = { seriesId, isRecurring, recurringType, recurrenceEndDate, totalOccurrences, previousOccurrenceId, nextOccurrenceId, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)