UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

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