Package: effect
Module: SchemaRepresentation
A literal representation.
Details
The live representation stores the native literal value. Persistent codecs add an explicit type discriminator when encoding it.
Signature
export interface Literal extends Keyword<"Literal"> {
readonly literal: SchemaAST.LiteralValue
}
Since v4.0.0