export interface ShipmentRate { Id?: string; Currency?: string; DiscountedCost?: number; ListCost?: number; Service?: string; TransitDays?: string; }