# CompareDocumentDto

**Kind:** Class

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

DTO for comparing two versions or revisions of a document

## Properties

| Property | Type |
|---|---|
| `from` | `string` |
| `to` | `string` |
| `type` | `CompareType` |
