UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 272 B
/** In case of smpp the channel can not be "both" */ export var ChannelEnum; (function (ChannelEnum) { ChannelEnum["both"] = "both"; ChannelEnum["marketing"] = "marketing"; ChannelEnum["transactional"] = "transactional"; })(ChannelEnum || (ChannelEnum = {}));