Interface ChannelOption

interface ChannelOption {
    channelTypes?: ChannelType[];
}

Properties

Properties

channelTypes?: ChannelType[]

Generated using TypeDoc