Given the enum, what is the resolved type of `ColorKeys`?enum Color { Red, Green, Blue } type ColorKeys = keyof typeof Color;