# Suggestion

**Kind:** Interface

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

Suggestion model

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `documentId` | `string` |
| `originalText` | `string` |
| `suggestedText` | `string` |
| `positionStart` | `number` |
| `positionEnd` | `number` |
| `status` | `SuggestionStatus` |
| `reviewComment` | `string | null` |
| `suggestedById` | `string` |
| `createdAt` | `Date` |
| `updatedAt` | `Date` |
