共用方式為


Literal type

常值型別。 string、number、boolean 或 Date

type Literal = string | number | boolean | Date