UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 327 B
/** Possible values for bill type */ export var BillTypeEnum; (function (BillTypeEnum) { BillTypeEnum["creditPurchased"] = "creditPurchased"; BillTypeEnum["monthlyConsumption"] = "monthlyConsumption"; BillTypeEnum["monthlyInstanceActivation"] = "monthlyInstanceActivation"; })(BillTypeEnum || (BillTypeEnum = {}));