Does the union of Keys contain at least one literal key? Literal meaning a key which is not of type string | symbol | number?
Keys
string | symbol | number
Does the union of
Keys
contain at least one literal key?Literal meaning a key which is not of type
string | symbol | number
?