Variable PROBLEM_TYPEConst

PROBLEM_TYPE: {
    [key in ProblemType]: {
        description: string;
        label: string;
        value: ProblemType;
    }
} = ...