UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 319 B
/** partition type */ export var TemplatePartitionTypeEnum; (function (TemplatePartitionTypeEnum) { TemplatePartitionTypeEnum["logical"] = "logical"; TemplatePartitionTypeEnum["lv"] = "lv"; TemplatePartitionTypeEnum["primary"] = "primary"; })(TemplatePartitionTypeEnum || (TemplatePartitionTypeEnum = {}));