Skip to content

Commit 10b3702

Browse files
committed
chore: update type
1 parent e964423 commit 10b3702

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/sdk/js/src/gen/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ export type Config = {
11431143
}
11441144

11451145
export type BadRequestError = {
1146-
data: unknown | null
1146+
data: unknown
11471147
errors: Array<{
11481148
[key: string]: unknown
11491149
}>

0 commit comments

Comments
 (0)