chore: update type

This commit is contained in:
Aiden Cline
2025-11-17 00:07:23 -06:00
parent e96442310c
commit 10b3702938

View File

@@ -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
}> }>