export interface EstimatedDeliveryDateResponseOriginAddress { country_region: string; state?: string | null; city?: string | null; postal_code?: string | null; raw_location?: string | null; }