UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 196 B
/** Enum values for migration type status */ export var TypeEnum; (function (TypeEnum) { TypeEnum["repricing"] = "repricing"; TypeEnum["total"] = "total"; })(TypeEnum || (TypeEnum = {}));