UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines (9 loc) 352 B
/** Label corresponding to different type of price */ export var PriceLabelEnum; (function (PriceLabelEnum) { PriceLabelEnum["DISCOUNT"] = "DISCOUNT"; PriceLabelEnum["FEE"] = "FEE"; PriceLabelEnum["PRICE"] = "PRICE"; PriceLabelEnum["RENEW"] = "RENEW"; PriceLabelEnum["TOTAL"] = "TOTAL"; })(PriceLabelEnum || (PriceLabelEnum = {}));