# ChangeRequestConflictSection

**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#L33)

One aligned three-way section inside a conflict report (mirrors the API's ThreeWaySection)

## Properties

| Property | Type |
|---|---|
| `heading` | `string` |
| `level` | `number` |
| `base` | `string` |
| `mine` | `string` |
| `theirs` | `string` |
| `state` | `'unchanged' | 'take-theirs' | 'keep-mine' | 'conflict'` |
