SinkUnifyIgnoreMarker 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.
models
Source effect/Sink.ts:1313 lines
export interface SinkUnifyIgnore {
SinkUnifyIgnore.Effect?: true | undefinedEffect?: true
}Referenced by 1 symbols