Literal values that can be compared using strict equality (===). These are primitive values used in literal schema validation and comparisons.
const value: Literal = 'hello'const numberValue: Literal = 42const boolValue: Literal = true Copy
const value: Literal = 'hello'const numberValue: Literal = 42const boolValue: Literal = true
Literal values that can be compared using strict equality (===). These are primitive values used in literal schema validation and comparisons.