Typescript enum for declarations only

Hi, with the migration to enum strings in 5.2, as I’m using declarations only (and so they don’t get compiled into js), am I right in understand that I can’t use this and must use the type syntax - i.e. TypscriptGenerator.UseUnionTypeEnums = true

Yeah you wouldn’t be able to use string enums for TypeScript declarations, I’ve just enabled this by default for TS declarations.

This change is available from v5.4.1 that’s now available on MyGet.