transform
transform copied to clipboard
[Feature Request] JSON to TS: Prefer type instead of interface
Currently, everything created as interface. or as type if it mono structure. But, I want the look of interface output, while using type as my type. The reason is, it easy to spot an duplicate declaration this way rather got silencely ignored and combined.