I have a typescript component with an enum :
const enum blah { one = "one", two = "two" }
Without the typescr