Kind: Interface
Source: atloria-monorepo/apps/api/src/change-request/diff.types.ts
Properties
| Property | Type |
|---|---|
path | string |
status | `'added' |
additions | number |
deletions | number |
hunks | DiffHunk[] |
sections | SectionDiff[] |
Kind: Interface
Source: atloria-monorepo/apps/api/src/change-request/diff.types.ts
| Property | Type |
|---|---|
path | string |
status | `'added' |
additions | number |
deletions | number |
hunks | DiffHunk[] |
sections | SectionDiff[] |
Was this page helpful?