UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines (5 loc) 211 B
/** Unit that represent the type of an operation */ export var OperationTypeEnum; (function (OperationTypeEnum) { OperationTypeEnum["UPGRADE"] = "UPGRADE"; })(OperationTypeEnum || (OperationTypeEnum = {}));