export interface CreateAReturnAgainstAnOrderRequest {
/**
* ID of the order to return. String starting with **order_**.
*/
order: `order_${string}`;
/** * Array of objects. Required fields: `parent` (if `type` is **sku**), `amount`, `type`, `quantity`*/
items: string;
};