mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 18:24:21 +01:00
release: v0.15.12
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user