chore: generate

This commit is contained in:
GitHub Action
2025-12-24 01:21:10 +00:00
parent 177e36af60
commit f499a76eb4
2 changed files with 12 additions and 0 deletions
+3
View File
@@ -131,6 +131,9 @@ export type ApiError = {
[key: string]: string
}
responseBody?: string
details?: {
[key: string]: string
}
}
}