# CreateSuggestionDto

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/types/src/dtos/suggestion.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/types/src/dtos/suggestion.dto.ts#L15)

Create suggestion DTO

## Properties

| Property | Type |
|---|---|
| `originalText` | `string` |
| `suggestedText` | `string` |
| `positionStart` | `number` |
| `positionEnd` | `number` |
