You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to convert a bulk amount of json data into typescript interfaces. Apparently some of them appear identical to each other and get merged together, even with the combineClasses: false or omission of the option.
Input Data
see Steps to Reproduce
Expected Behaviour / Output
With the combineClasses: false or combineClasses ommited, i expect to find 2 interfaces
Issue Type
issue with quicktype output
Context (Environment, Version, Language)
Input Format: json
Output Language: typescript
Version: [email protected]
Description
I want to convert a bulk amount of json data into typescript interfaces. Apparently some of them appear identical to each other and get merged together, even with the
combineClasses: false
or omission of the option.Input Data
see Steps to Reproduce
Expected Behaviour / Output
With the
combineClasses: false
orcombineClasses
ommited, i expect to find 2 interfacesCurrent Behaviour / Output
Steps to Reproduce
With NodeJS 18.19.1 on windows 10
With your website
(i dont know how to share setup to your site so i will fall back to a screenshot)

Possible Solution
The text was updated successfully, but these errors were encountered: