Skip to content

[T] LiteralType

type LiteralType =
| StringLiteral
| NumericLiteral
| BooleanLiteral;