# RegisterDto

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/api-client/src/endpoints/auth.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/api-client/src/endpoints/auth.ts#L14)

## Properties

| Property | Type |
|---|---|
| `email` | `string` |
| `password` | `string` |
| `name` | `string` |
