ChannelUnifyIgnoreMarker used by Unify while resolving Channel values.
Details
It prevents the inherited Effect unifier from being selected when the
channel-specific unifier should preserve Channel input, output, and
environment type parameters. Users normally do not need to reference this
interface directly.
models
Source effect/Channel.ts:1823 lines
export interface ChannelUnifyIgnore {
ChannelUnifyIgnore.Effect?: true | undefinedEffect?: true
}Referenced by 1 symbols