Package: effect
Module: Schema
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>; }
Since v3.10.0