mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
chore: update type
This commit is contained in:
parent
e96442310c
commit
10b3702938
1 changed files with 1 additions and 1 deletions
|
|
@ -1143,7 +1143,7 @@ export type Config = {
|
|||
}
|
||||
|
||||
export type BadRequestError = {
|
||||
data: unknown | null
|
||||
data: unknown
|
||||
errors: Array<{
|
||||
[key: string]: unknown
|
||||
}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue