Closed jumpinjackie closed 8 years ago
TS 1.8 allows string enums to be defined like so:
type StringEnum = "foo" | "bar";
Allow the option to generate string enum types in this style
TS 1.8 allows string enums to be defined like so:
Allow the option to generate string enum types in this style