This interface shows the structure of a ShippingRatePayload
export interface ShippingRatePayload { lat: number; lng: number; city: string;}
Generated using TypeDoc
This interface shows the structure of a ShippingRatePayload