Hyperlinkv0.8.0-beta.28

Channel

Channel.ChannelUnifyIgnoreinterfaceeffect/Channel.ts:182
ChannelUnifyIgnore

Marker 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 {
  Effect?: true
}
Referenced by 1 symbols