UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines (8 loc) 340 B
/** Type of screen list */ export var FaxScreenListTypeEnum; (function (FaxScreenListTypeEnum) { FaxScreenListTypeEnum[""] = ""; FaxScreenListTypeEnum["blacklist"] = "blacklist"; FaxScreenListTypeEnum["no"] = "no"; FaxScreenListTypeEnum["whitelist"] = "whitelist"; })(FaxScreenListTypeEnum || (FaxScreenListTypeEnum = {}));