UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 220 B
/** In case of smpp the channel can not be "both" */ export declare enum ChannelEnum { 'both' = "both", 'marketing' = "marketing", 'transactional' = "transactional" } //# sourceMappingURL=ChannelEnum.d.ts.map