export interface IShipment {
    id: number;
    selected_shipping_rate_id: number;
}
