UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 442 B
/** Return merchandise authorisation type */ export var RmaPublicTypeEnum; (function (RmaPublicTypeEnum) { RmaPublicTypeEnum["change to another phone/equipment (restitution first and shipping then)"] = "change to another phone/equipment (restitution first and shipping then)"; RmaPublicTypeEnum["restitution but keep the service enable"] = "restitution but keep the service enable"; })(RmaPublicTypeEnum || (RmaPublicTypeEnum = {}));