effect-io-ai

Package: effect
Module: SchemaRepresentation

SchemaRepresentation.Document

A single representation and its definitions.

Signature

export interface Document {
  readonly representation: Representation
  readonly references: References
}

Source

Since v4.0.0