Variable valTypeConst

valType: {
    bool_: 2;
    boolean_: 2;
    float_: 4;
    int_: 3;
    none_: 0;
    number_: 4;
    string_: 1;
} = ...