export interface ShippingRate {
    id: string;
    price: string;
    title: string;
}
