# DiffLine

**Kind:** Interface

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

## Properties

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