Skip to content

annotations

const annotations: {<S>(annotations): (self) => ReturnType<S["annotations"]>; <S>(self, annotations): ReturnType<S["annotations"]>; }

Defined in: node_modules/.pnpm/effect@3.15.2/node_modules/effect/dist/dts/Schema.d.ts:2225

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

<S>(annotations): (self) => ReturnType<S["annotations"]>

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

S extends All

GenericSchema<Type<S>>

(self): ReturnType<S["annotations"]>

S

ReturnType<S["annotations"]>

3.10.0

<S>(self, annotations): ReturnType<S["annotations"]>

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

S extends All

S

GenericSchema<Type<S>>

ReturnType<S["annotations"]>

3.10.0

3.10.0