@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
23 lines (15 loc) • 652 B
Markdown
# UserEventParticipation
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**event** | [**UserEventSummary**](UserEventSummary.md) | | [default to undefined]
**booking** | [**EventBookingDetailSummary**](EventBookingDetailSummary.md) | | [default to undefined]
## Example
```typescript
import { UserEventParticipation } from '@tennac-booking/sdk';
const instance: UserEventParticipation = {
event,
booking,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)