2
Answers

Is there a way to dynamically generate enums in TypeScript?

Is there a way to dynamically generate enums in TypeScript?

I want to generate enum object dynamically from the API output, is this possible?

Answers (2)