I have an enum like this enum
enum Operations { AA = \'aa\', BB = \'bb\', }
I would like to get an union type of its key, i.e. AA | BB<
AA | BB<