Parcourir la source

chore: update type

Aiden Cline il y a 4 mois
Parent
commit
10b3702938
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/sdk/js/src/gen/types.gen.ts

+ 1 - 1
packages/sdk/js/src/gen/types.gen.ts

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