chore: generate
This commit is contained in:
parent
805af011c9
commit
5fa5d876fc
3 changed files with 9 additions and 7 deletions
|
|
@ -1520,7 +1520,7 @@ export type VcsFileStatus = {
|
|||
|
||||
export type VcsFileDiff = {
|
||||
file: string
|
||||
patch: string
|
||||
patch?: string
|
||||
additions: number
|
||||
deletions: number
|
||||
status?: "added" | "deleted" | "modified"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue