UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

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