# CreateReplyDto

**Kind:** Class

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

DTO for creating a reply to an existing comment

## Properties

| Property | Type |
|---|---|
| `content` | `string` |
