Comment from @Joe-Edwards-GDS on #106
It would be nice if we could get rid of the Class suffixes!
The generated TypeScript types have the Class suffix mirroring the naming in the vocab site. This suffix isn't technically required in TypeScript and Java. The Java types strip off the suffix. We should look for an equivalent mechanism in TypeScript.
Comment from @Joe-Edwards-GDS on #106
The generated TypeScript types have the
Classsuffix mirroring the naming in the vocab site. This suffix isn't technically required in TypeScript and Java. The Java types strip off the suffix. We should look for an equivalent mechanism in TypeScript.