Kind: Interface
Source: atloria-monorepo/apps/web/src/components/change-requests/cr-shared.ts
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' |
text | string |
oldLine | `number |
newLine | `number |
Was this page helpful?