mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 04:26:05 +00:00
chore: generate
This commit is contained in:
parent
fc08292136
commit
dbd709376b
2 changed files with 4 additions and 0 deletions
|
|
@ -209,6 +209,7 @@ export type UnknownError = {
|
|||
name: "UnknownError"
|
||||
data: {
|
||||
message: string
|
||||
ref?: string
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -11010,6 +11010,9 @@
|
|||
"properties": {
|
||||
"message": {
|
||||
"type": "string"
|
||||
},
|
||||
"ref": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": ["message"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue