Share via


Literal type

リテラル値の型。 文字列、数値、ブール値、または日付

type Literal = string | number | boolean | Date