# TestCommentData

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web-e2e/src/utils/data-factories.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web-e2e/src/utils/data-factories.ts#L93)

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `documentId` | `string` |
| `content` | `string` |
| `authorId` | `string` |
| `authorName` | `string` |
| `resolved` | `boolean` |
| `parentCommentId` | `string` |
| `createdAt` | `string` |
| `updatedAt` | `string` |
