UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

31 lines (23 loc) 834 B
# PartnerSearchItem ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | | [default to undefined] **firstName** | **string** | | [default to undefined] **lastName** | **string** | | [default to undefined] **email** | **string** | | [default to undefined] **profilePicture** | **string** | | [default to undefined] **isFavorite** | **boolean** | | [default to undefined] ## Example ```typescript import { PartnerSearchItem } from '@tennac-booking/sdk'; const instance: PartnerSearchItem = { id, firstName, lastName, email, profilePicture, isFavorite, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)