UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 200 B
/** Return merchandise authorisation step */ export declare enum RmaStatusEnum { 'closed' = "closed", 'open' = "open", 'received' = "received" } //# sourceMappingURL=RmaStatusEnum.d.ts.map