effect-io-ai

Package: effect
Module: SchemaRepresentation

SchemaRepresentation.Element

A tuple element.

Signature

export interface Element {
  readonly isOptional: boolean
  readonly type: Representation
  readonly annotations?: Schema.Annotations.Annotations | undefined
}

Source

Since v4.0.0