Type Alias ChannelLookup<T>

ChannelLookup: T extends "gnp" ? IGnpChannel : ICommunicationChannel

The type of channel returned by a channel lookup.

Type Parameters

  • T