export interface TrackingReturnShipment { id?: string; tracking_number?: string; slug?: string; }