@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
9 lines (8 loc) • 340 B
JavaScript
/** Type of screen list */
export var FaxScreenListTypeEnum;
(function (FaxScreenListTypeEnum) {
FaxScreenListTypeEnum[""] = "";
FaxScreenListTypeEnum["blacklist"] = "blacklist";
FaxScreenListTypeEnum["no"] = "no";
FaxScreenListTypeEnum["whitelist"] = "whitelist";
})(FaxScreenListTypeEnum || (FaxScreenListTypeEnum = {}));