Variable PROBLEM_INPUTConst

PROBLEM_INPUT: {
    [key in ProblemInput]: {
        label: string;
        value: ProblemInput;
    }
} = ...