# BaseUser

A user.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | **string** | The user\&#39;s email address. | [default to undefined]
**name** | **string** | The user\&#39;s name. | [default to undefined]

## Example

```typescript
import { BaseUser } from '@curvegrid/multibaas-sdk';

const instance: BaseUser = {
    email,
    name,
};
```

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