You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to be converted as typescript string enum like below.
enum TestEnum {
A = "A",
B = "B"
}
Is there any way to do this?
I need this because I want to reference this enum in other json file as a string,
and also in code, I don't want to use raw string to reference these enum values.
aro, robbiec-medopad, johndgiese, magentaqin, lvaroqui-gpfw and 5 more