UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

33 lines (25 loc) 986 B
# UpdateUserRequestBody ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **username** | **string** | | [optional] [default to undefined] **firstName** | **string** | | [optional] [default to undefined] **lastName** | **string** | | [optional] [default to undefined] **email** | **string** | | [optional] [default to undefined] **phone** | **string** | | [optional] [default to undefined] **profilePicture** | **string** | | [optional] [default to undefined] **level** | **string** | | [optional] [default to undefined] ## Example ```typescript import { UpdateUserRequestBody } from '@tennac-booking/sdk'; const instance: UpdateUserRequestBody = { username, firstName, lastName, email, phone, profilePicture, level, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)