UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 195 B
/** Possible type a disk can be in */ export var TypeEnum; (function (TypeEnum) { TypeEnum["additional"] = "additional"; TypeEnum["primary"] = "primary"; })(TypeEnum || (TypeEnum = {}));