@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
27 lines (19 loc) • 705 B
Markdown
# ClientRegisterRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**password** | **string** | | [default to undefined]
**email** | **string** | | [default to undefined]
**lastName** | **string** | | [default to undefined]
**firstName** | **string** | | [default to undefined]
## Example
```typescript
import { ClientRegisterRequest } from '@tennac-booking/sdk';
const instance: ClientRegisterRequest = {
password,
email,
lastName,
firstName,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)