release: v0.15.12
This commit is contained in:
parent
cb4670e6de
commit
6ac5a447c2
15 changed files with 28 additions and 26 deletions
|
|
@ -585,8 +585,10 @@ export type Todo = {
|
|||
|
||||
export type FileDiff = {
|
||||
file: string
|
||||
left: string
|
||||
right: string
|
||||
before: string
|
||||
after: string
|
||||
additions: number
|
||||
deletions: number
|
||||
}
|
||||
|
||||
export type UserMessage = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue