@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
8 lines (7 loc) • 380 B
JavaScript
/** List of possible type of a telephony service */
export var TelephonySearchServiceTypeEnum;
(function (TelephonySearchServiceTypeEnum) {
TelephonySearchServiceTypeEnum["alias"] = "alias";
TelephonySearchServiceTypeEnum["line"] = "line";
TelephonySearchServiceTypeEnum["trunk"] = "trunk";
})(TelephonySearchServiceTypeEnum || (TelephonySearchServiceTypeEnum = {}));