@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
31 lines (23 loc) • 870 B
Markdown
# UserInfo
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | ID de l\'utilisateur | [default to undefined]
**firstName** | **string** | Prénom | [default to undefined]
**lastName** | **string** | Nom | [default to undefined]
**email** | **string** | | [default to undefined]
**phoneNumber** | **string** | | [optional] [default to undefined]
**profilePictureUrl** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { UserInfo } from '@tennac-booking/sdk';
const instance: UserInfo = {
id,
firstName,
lastName,
email,
phoneNumber,
profilePictureUrl,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)