# RegisterRequest


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | **string** |  | [default to undefined]
**password** | **string** |  | [default to undefined]
**firstname** | **string** |  | [default to undefined]
**lastname** | **string** |  | [default to undefined]

## Example

```typescript
import { RegisterRequest } from '@caraer/client';

const instance: RegisterRequest = {
    email,
    password,
    firstname,
    lastname,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
