/** * Defines the various tier rankings that OpenCritic uses for a game. */ export enum GameTier { MIGHTY = "Mighty", STRONG = "Strong", FAIR = "Fair", WEAK = "Weak", NONE = "", }