UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

25 lines (17 loc) 749 B
# ImageReferencePayload ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | [**ImageContextType**](ImageContextType.md) | | [default to undefined] **imageKey** | **string** | | [default to undefined] **dbContext** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined] ## Example ```typescript import { ImageReferencePayload } from '@tennac-booking/sdk'; const instance: ImageReferencePayload = { type, imageKey, dbContext, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)