# CrDiffFile

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/components/change-requests/cr-shared.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/change-requests/cr-shared.ts#L29)

## Properties

| Property | Type |
|---|---|
| `path` | `string` |
| `status` | `string` |
| `additions` | `number` |
| `deletions` | `number` |
| `hunks` | `CrDiffHunk[]` |
| `sections` | `CrDiffSection[]` |
