# CrConflictFile

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/change-request/change-request.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/change-request/change-request.service.ts#L58)

One file's conflict report inside conflictState: the 'conflict' sections verbatim plus
counts of how the OTHER sections classified (so the UI can say "2 of 7 sections conflict").

## Properties

| Property | Type |
|---|---|
| `path` | `string` |
| `documentId` | `string` |
| `sections` | `ThreeWaySection[]` |
| `counts` | `{ unchanged: number; 'take-theirs': number; 'keep-mine': number; conflict: number }` |
