LiteralA specific literal value (string, number, boolean, or bigint).
models
Source effect/SchemaRepresentation.ts:2615 lines
export interface Literal {
readonly Literal._tag: "Literal"_tag: "Literal"
readonly Literal.annotations?: anyannotations?: import SchemaSchema.declareAnnotations.type Schema.Annotations.Annotations = /*unresolved*/ anyAnnotations | undefined
readonly Literal.literal: string | number | bigint | booleanliteral: string | number | boolean | bigint
}Referenced by 2 symbols