mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
chore: update type
This commit is contained in:
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…
x
Reference in New Issue
Block a user