Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumTypeScripttypeof type queriesSingle-choice MCQ

Given the enum, what is the resolved type of `ColorKeys`?

enum Color { Red, Green, Blue } type ColorKeys = keyof typeof Color;