Convert all literal types to their base type, eg 'foobar' => string, 123 => number, true => boolean, etc.
Convert all literal types to their base type, eg 'foobar' => string, 123 => number, true => boolean, etc.