# CrDiffLine

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

Shared presentation helpers + local diffCache typing for the change-request
(Docs Change) UI. The api-client ships `diffCache` as `unknown`; the shapes
below mirror the API's CrDiff exactly.

## Properties

| Property | Type |
|---|---|
| `type` | `'add' | 'del' | 'ctx'` |
| `text` | `string` |
| `oldLine` | `number | null` |
| `newLine` | `number | null` |
