@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
8 lines (7 loc) • 348 B
JavaScript
/** Available sending method for fax campaign */
export var FaxCampaignSendTypeEnum;
(function (FaxCampaignSendTypeEnum) {
FaxCampaignSendTypeEnum["automatic"] = "automatic";
FaxCampaignSendTypeEnum["manual"] = "manual";
FaxCampaignSendTypeEnum["scheduled"] = "scheduled";
})(FaxCampaignSendTypeEnum || (FaxCampaignSendTypeEnum = {}));