UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 333 B
/** Return merchandise authorisation type */ export var RmaReplaceTypeEnum; (function (RmaReplaceTypeEnum) { RmaReplaceTypeEnum["changePhone"] = "changePhone"; RmaReplaceTypeEnum["phoneRestitution"] = "phoneRestitution"; RmaReplaceTypeEnum["undefined"] = "undefined"; })(RmaReplaceTypeEnum || (RmaReplaceTypeEnum = {}));