UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 380 B
/** List of possible type of a telephony service */ export var TelephonySearchServiceTypeEnum; (function (TelephonySearchServiceTypeEnum) { TelephonySearchServiceTypeEnum["alias"] = "alias"; TelephonySearchServiceTypeEnum["line"] = "line"; TelephonySearchServiceTypeEnum["trunk"] = "trunk"; })(TelephonySearchServiceTypeEnum || (TelephonySearchServiceTypeEnum = {}));