# DocDiffEntry

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/doc-version/version-diff.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/doc-version/version-diff.service.ts#L12)

## Properties

| Property | Type |
|---|---|
| `slug` | `string` |
| `title` | `string` |
| `type` | `string` |
| `source` | `string` |
| `docId` | `string` |
| `docIdA` | `string` |
| `docIdB` | `string` |
| `titleChanged` | `boolean` |
| `previousTitle` | `string` |
| `contentDiffStats` | `DiffStats` |
