chore: generate

This commit is contained in:
GitHub Action 2025-12-24 01:21:10 +00:00
commit f9b5ce180a
2 changed files with 12 additions and 0 deletions

View file

@ -131,6 +131,9 @@ export type ApiError = {
[key: string]: string
}
responseBody?: string
details?: {
[key: string]: string
}
}
}