Literal type

A literal value type. string, number, boolean, or Date

type Literal = string | number | boolean | Date