export interface Address { street_house: string; city: string; state: string; zip: string; country_code: string; }