UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

33 lines (25 loc) 960 B
# ImageContext ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | [**ImageContextType**](ImageContextType.md) | | [default to undefined] **entityId** | **string** | | [default to undefined] **userId** | **string** | | [optional] [default to undefined] **clubId** | **string** | | [optional] [default to undefined] **sponsorName** | **string** | | [optional] [default to undefined] **sportId** | **string** | | [optional] [default to undefined] **eventId** | **string** | | [optional] [default to undefined] ## Example ```typescript import { ImageContext } from '@tennac-booking/sdk'; const instance: ImageContext = { type, entityId, userId, clubId, sponsorName, sportId, eventId, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)