effect-io-ai

Package: effect
Module: Schema

Schema.annotations

Merges a set of new annotations with existing ones, potentially overwriting any duplicates.

Signature

declare const annotations: { <S extends Annotable.All>(annotations: Annotations.GenericSchema<Schema.Type<S>>): (self: S) => Annotable.Self<S>; <S extends Annotable.All>(self: S, annotations: Annotations.GenericSchema<Schema.Type<S>>): Annotable.Self<S>; }

Source

Since v3.10.0