interface APIChannelBase
extends
APIBasePartialChannelexport interface APIChannelBase<T extends ChannelType> extends APIBasePartialChannelThis interface is used to allow easy extension for other channel types. While also allowing APIPartialChannel to be used without breaking.