# ChangeRequestConflictFile

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/api-client/src/endpoints/change-requests.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/api-client/src/endpoints/change-requests.ts#L46)

One file's conflict report: the conflicting sections verbatim plus counts of how the
remaining sections classified

## Properties

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