@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
25 lines (24 loc) • 938 B
JavaScript
/** All existing types of line or alias */
export var TypeEnum;
(function (TypeEnum) {
TypeEnum["carrierSip"] = "carrierSip";
TypeEnum["cloudHunting"] = "cloudHunting";
TypeEnum["cloudIvr"] = "cloudIvr";
TypeEnum["conference"] = "conference";
TypeEnum["contactCenterSolution"] = "contactCenterSolution";
TypeEnum["contactCenterSolutionExpert"] = "contactCenterSolutionExpert";
TypeEnum["ddi"] = "ddi";
TypeEnum["easyHunting"] = "easyHunting";
TypeEnum["empty"] = "empty";
TypeEnum["fax"] = "fax";
TypeEnum["freefax"] = "freefax";
TypeEnum["mgcp"] = "mgcp";
TypeEnum["oldConference"] = "oldConference";
TypeEnum["plugAndFax"] = "plugAndFax";
TypeEnum["redirect"] = "redirect";
TypeEnum["sip"] = "sip";
TypeEnum["svi"] = "svi";
TypeEnum["voicefax"] = "voicefax";
TypeEnum["voicemail"] = "voicemail";
TypeEnum["vxml"] = "vxml";
})(TypeEnum || (TypeEnum = {}));