# LoginDto

**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#L6)

Auth DTOs

## Properties

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