Appearance
type Numeric = string | number;
Represents a numeric value that can be either a string or a number.