effect-io-ai

Package: effect
Module: SchemaRepresentation

SchemaRepresentation.Representation

The structural schema representation.

Signature

type Representation = | Declaration
  | Reference
  | Suspend
  | Null
  | Undefined
  | Void
  | Never
  | Unknown
  | Any
  | String
  | Number
  | Boolean
  | BigInt
  | Symbol
  | Literal
  | UniqueSymbol
  | ObjectKeyword
  | Enum
  | TemplateLiteral
  | Arrays
  | Objects
  | Union

Source

Since v4.0.0