chore: generate

This commit is contained in:
opencode-agent[bot] 2026-05-21 10:15:54 +00:00
commit dbd709376b
2 changed files with 4 additions and 0 deletions

View file

@ -209,6 +209,7 @@ export type UnknownError = {
name: "UnknownError"
data: {
message: string
ref?: string
}
}