-
Notifications
You must be signed in to change notification settings - Fork 31
optional tuples breaks codegen #65
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
should be fixed with #66 |
Sadly, the error seems to persist after the version bump: https://github.com/grod220/ts-codegen-example |
I left one case out — please try now! thanks @grod220
|
Sorry, but think I found a follow up issue with the types is generates for this. It generates something like: import { ArrayOf_SharesResponseItem } from "./AccountNft.types";
export interface AccountNftReadOnlyInterface {
allDebtShares: () => Promise<ArrayOfSharesResponseItem>;
} This does not compile because the import has an underscore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
schema https://gist.github.com/pyramation/f6c5cb37a13ed461fd7cbbcf7b13422b
culprit:
The text was updated successfully, but these errors were encountered: