UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 323 B
/** Type of screen list */ export var ScreenListChoosingEnum; (function (ScreenListChoosingEnum) { ScreenListChoosingEnum["blacklist"] = "blacklist"; ScreenListChoosingEnum["disabled"] = "disabled"; ScreenListChoosingEnum["whitelist"] = "whitelist"; })(ScreenListChoosingEnum || (ScreenListChoosingEnum = {}));