This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
Output additional entities for consumption on client system #293
Labels
enhancement
new feature or bug with easy workaround
Great product, one suggestion:
I'd like it to also output a collection of entities with no decorators for Typeorm. I use this tool on the server side, which delivers the JSON output to a website. I would like to have equivalent entities for the website so that I can map them in. Basically, the same entity output, plus another with the decorators stripped out.
In addition to this output, for the server-side:
I'd like to also get a collection of entities with this format, for consumption on client-side:
That way, I can typecheck on the browser as well.
A wonderful product as it is, however!
The text was updated successfully, but these errors were encountered: