#generate code out of Typescript types
9 messages · Page 1 of 1 (latest)
the principle is called transpilation
tho I don't know of an good tool to do that
also, what languages do you have in mind?
try being more explicit
so my target will be a language called KQL- Kusto Query Language , my goal is to take a typescript interface, and generate a code that builds a command to create a table with the same data model in that language. and this is a thing that i do manually frequently and i am looking into a way to automate that.