/** In case of smpp the channel can not be "both" */exportvarChannelEnum;
(function (ChannelEnum) {
ChannelEnum["both"] = "both";
ChannelEnum["marketing"] = "marketing";
ChannelEnum["transactional"] = "transactional";
})(ChannelEnum || (ChannelEnum = {}));