Literal type

Jenis nilai harfiah. string, angka, boolean, atau Tanggal

type Literal = string | number | boolean | Date