UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 304 B
/** Type of reduction */ export var ReductionTypeEnum; (function (ReductionTypeEnum) { ReductionTypeEnum["fixed_amount"] = "fixed_amount"; ReductionTypeEnum["forced_amount"] = "forced_amount"; ReductionTypeEnum["percentage"] = "percentage"; })(ReductionTypeEnum || (ReductionTypeEnum = {}));