UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 202 B
/** PaymentTypeEnum */ export var PaymentTypeEnum; (function (PaymentTypeEnum) { PaymentTypeEnum["post"] = "post"; PaymentTypeEnum["pre"] = "pre"; })(PaymentTypeEnum || (PaymentTypeEnum = {}));