Is there a way to dynamically generate enums in TypeScript?
I want to generate enum object dynamically from the API output, is this possible?