UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines (10 loc) 348 B
/** cpu family */ export var CpuFamilyEnum; (function (CpuFamilyEnum) { CpuFamilyEnum["arm64"] = "arm64"; CpuFamilyEnum["armhf32"] = "armhf32"; CpuFamilyEnum["ppc64"] = "ppc64"; CpuFamilyEnum["x86"] = "x86"; CpuFamilyEnum["x86-ht"] = "x86-ht"; CpuFamilyEnum["x86_64"] = "x86_64"; })(CpuFamilyEnum || (CpuFamilyEnum = {}));