UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines (10 loc) 390 B
/** Enum values for ContinentCode */ export var RegionContinentEnum; (function (RegionContinentEnum) { RegionContinentEnum["AF"] = "AF"; RegionContinentEnum["ASIA"] = "ASIA"; RegionContinentEnum["EU"] = "EU"; RegionContinentEnum["NA"] = "NA"; RegionContinentEnum["SA"] = "SA"; RegionContinentEnum["US"] = "US"; })(RegionContinentEnum || (RegionContinentEnum = {}));