I’ve prototyped support for generating an Elm [1] Dto - such as Dtos.elm
from /types/elm
.
All classes are turned into records.
All classes with the suffix Union
are converted into a union type in Elm.
We are pondering to release this as a ServiceStack Plugin, and I’m wondering if anybode else are interested in this?