UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 271 B
/** Hosting configuration image to run website */ export declare enum ContainerEnum { 'jessie_i386' = "jessie.i386", 'legacy' = "legacy", 'stable' = "stable", 'stable64' = "stable64", 'testing' = "testing" } //# sourceMappingURL=ContainerEnum.d.ts.map