effect-io-ai

Package: effect
Module: Sink

Sink.SinkUnifyIgnore

Marker used by Effect’s Unify machinery for Sink values.

Details

It prevents the inherited Effect unifier from being selected when sink-specific unification should preserve the Sink type parameters. Users normally do not need to reference this interface directly.

Signature

export interface SinkUnifyIgnore {
  Effect?: true
}

Source

Since v2.0.0