UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 291 B
/** Return merchandise authorisation offer type */ export var RmaOfferTypeEnum; (function (RmaOfferTypeEnum) { RmaOfferTypeEnum["deposit"] = "deposit"; RmaOfferTypeEnum["loan"] = "loan"; RmaOfferTypeEnum["purchase"] = "purchase"; })(RmaOfferTypeEnum || (RmaOfferTypeEnum = {}));