We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm submitting a ...
I confirm that I
No error.
HACK:
TAGS: string[],
Generate swagger error. Error: Unknown type: TupleType At: company.model.ts:27:27. This was caused by 'TAGS: [string];'
TAGS: [string],
Create an interface with:
As a response object.
Version of the library: 3.0.8 Version of NodeJS: 10
This interface is not detected correctly.
The text was updated successfully, but these errors were encountered:
Error: Unknown type: TupleType is also triggered by
Error: Unknown type: TupleType
categories: [ { catName: string; } ];
Sorry, something went wrong.
We can't type tuples in OpenAPI yet, so this is intended. See #242
Could a link be added to the error so users know it is not an error but a missing feature ?
Sure, feel free to submit a PR!
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days
No branches or pull requests
Sorting
I'm submitting a ...
I confirm that I
Expected Behavior
HACK:
Current Behavior
Steps to Reproduce
Create an interface with:
As a response object.
Context (Environment)
Version of the library: 3.0.8
Version of NodeJS: 10
Detailed Description
This interface is not detected correctly.
The text was updated successfully, but these errors were encountered: