Skip to main content
Version: v1

ChannelFactoryRegistry TypeAlias

Signature

export declare type ChannelFactoryRegistry = Iterable<[string | undefined, IChannelFactory]>;