Skip to content

annotations

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

Since

3.10.0

Call Signature

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

Defined in: node_modules/.pnpm/effect@3.14.8/node_modules/effect/dist/dts/Schema.d.ts:2233

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

Type Parameters

S extends All

Parameters

annotations

GenericSchema<Type<S>>

Returns

Function

Parameters

self

S

Returns

ReturnType<S["annotations"]>

Since

3.10.0

Since

3.10.0

Call Signature

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

Defined in: node_modules/.pnpm/effect@3.14.8/node_modules/effect/dist/dts/Schema.d.ts:2241

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

Type Parameters

S extends All

Parameters

self

S

annotations

GenericSchema<Type<S>>

Returns

ReturnType<S["annotations"]>

Since

3.10.0

Since

3.10.0