effect-io-ai

Package: effect
Module: Schema

Schema.Annotations.Documentation

Extends Augment with type-parametric default and examples fields.

Signature

export interface Documentation<T> extends Augment {
    readonly default?: T | undefined
    readonly examples?: ReadonlyArray<T> | undefined
  }

Source

Since v4.0.0