effect-io-ai

Package: effect
Module: SchemaRepresentation

SchemaRepresentation.Literal

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
}

Source

Since v4.0.0