chore: update type
parent
e96442310c
commit
10b3702938
|
|
@ -1143,7 +1143,7 @@ export type Config = {
|
|||
}
|
||||
|
||||
export type BadRequestError = {
|
||||
data: unknown | null
|
||||
data: unknown
|
||||
errors: Array<{
|
||||
[key: string]: unknown
|
||||
}>
|
||||
|
|
|
|||
Loading…
Reference in New Issue