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