# CreateCommentDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/api/src/comment/dto/create-comment.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/comment/dto/create-comment.dto.ts#L15)

DTO for creating a new comment on a document

## Properties

| Property | Type |
|---|---|
| `content` | `string` |
| `selectionText` | `string` |
| `positionStart` | `number` |
| `positionEnd` | `number` |
| `parentCommentId` | `string` |
