UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 216 B
/** Type of screen list */ export declare enum ScreenListChoosingEnum { 'blacklist' = "blacklist", 'disabled' = "disabled", 'whitelist' = "whitelist" } //# sourceMappingURL=ScreenListChoosingEnum.d.ts.map