-
-
Notifications
You must be signed in to change notification settings - Fork 532
Converting error #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Which of the following would you prefer? export interface UserList {
// The index of the last item returned on the page.
'end-index'?: number; export interface UserList {
// The index of the last item returned on the page.
endIndex: number; |
The latter can be fixed by specifying |
I would prefer the second option, but I was surprised when I could not collect the typescript from the swagger. Thanks for correcting this error. If you wish, I will test your PR tomorrow |
@MrRefactoring whenever you get a chance, try Also note that I just published a new minor version with a breaking change. In your example, try this instead (you can specify anything for
|
Cool. Now everything works! |
What can we do with this error?
The text was updated successfully, but these errors were encountered: