ovotech / castle

Framework for building Kafka and avro based apps in typescript
Other
77 stars 19 forks source link

Add aliases to all nested record type #150

Open eladhaim opened 9 months ago

eladhaim commented 9 months ago

We are working with really big avro record with a lot of nested objects, sometimes we want to build the record from little building blocks, the thing is that the generator exports only the top level record as alias we want to have aliases to all of our building blocks. can i submit a pr that add and option to alias all nested records?