export interface RetrieveAReturnRequest { /** * ID of the return. String starting with **orre_**. */ order_return: `orre_${string}`; } //# sourceMappingURL=RetrieveAReturnRequest.d.ts.map