IlluzionzDev / typespec

MIT License
0 stars 0 forks source link

Handle TypeSpec Model extending other Models #17

Closed IlluzionzDev closed 1 month ago

IlluzionzDev commented 1 month ago

In TypeSpec, a Model can extend from another Model and extend it's properties. Should make sure the model-declaration.tsx component handles this and generates the Java class extending from this other model.