# Comment

**Kind:** Interface

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

Comment model

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `documentId` | `string` |
| `parentCommentId` | `string | null` |
| `content` | `string` |
| `selectionText` | `string | null` |
| `positionStart` | `number | null` |
| `positionEnd` | `number | null` |
| `resolved` | `boolean` |
| `createdById` | `string` |
| `createdAt` | `Date` |
| `updatedAt` | `Date` |
