GitDiff
Interface: GitDiff
Defined in: CodeBolt/packages/clientsdk/src/types/git.ts:44
Git diff
Properties
| Property | Type | Defined in |
|---|---|---|
additions | number | CodeBolt/packages/clientsdk/src/types/git.ts:47 |
deletions | number | CodeBolt/packages/clientsdk/src/types/git.ts:48 |
filePath | string | CodeBolt/packages/clientsdk/src/types/git.ts:45 |
hunks | GitDiffHunk[] | CodeBolt/packages/clientsdk/src/types/git.ts:49 |
oldPath? | string | CodeBolt/packages/clientsdk/src/types/git.ts:46 |