This is a follow up to How to generate typescript interfaces/definitions for breeze entities
It was mentioned at the bottom that an official version was being worked on. Was this every released? Still in beta? Either way, I would like to use it.
This is a follow up to How to generate typescript interfaces/definitions for breeze entities
It was mentioned at the bottom that an official version was being worked on. Was this every released? Still in beta? Either way, I would like to use it.
You can find the typescript files here:
https://github.com/borisyankov/DefinitelyTyped/tree/master/breeze
and we do keep these up to date.
It would be a cool utility to generate TS interfaces for your entities from metadata. Totally doable.
We don't have it and it is not coming from us soon as we have more urgent priorities. Have you tried Jeremy's technique (mentioned in that post)? I haven't yet.
Would you like to contribute such a thing? Feel free!