# CreateCommentDto

**Kind:** Interface

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

Create comment DTO

## Properties

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