Compartir a través de


Literal type

Tipo de valor literal. string, number, boolean o Date

type Literal = string | number | boolean | Date