UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 241 B
/** cpu family */ export declare enum CpuFamilyEnum { 'arm64' = "arm64", 'armhf32' = "armhf32", 'ppc64' = "ppc64", 'x86' = "x86", 'x86-ht' = "x86-ht", 'x86_64' = "x86_64" } //# sourceMappingURL=CpuFamilyEnum.d.ts.map