@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
8 lines (7 loc) • 403 B
JavaScript
/** Displayed number */
export var OvhPabxDialplanNumberPresentationEnum;
(function (OvhPabxDialplanNumberPresentationEnum) {
OvhPabxDialplanNumberPresentationEnum["alias"] = "alias";
OvhPabxDialplanNumberPresentationEnum["both"] = "both";
OvhPabxDialplanNumberPresentationEnum["caller"] = "caller";
})(OvhPabxDialplanNumberPresentationEnum || (OvhPabxDialplanNumberPresentationEnum = {}));