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