mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-18 16:34:18 +01:00
chore: update type
This commit is contained in:
@@ -1143,7 +1143,7 @@ export type Config = {
|
||||
}
|
||||
|
||||
export type BadRequestError = {
|
||||
data: unknown | null
|
||||
data: unknown
|
||||
errors: Array<{
|
||||
[key: string]: unknown
|
||||
}>
|
||||
|
||||
Reference in New Issue
Block a user