export interface IAddress { city: string; country: string; line1: string; line2?: string; line3?: string; postalCode: string; state: string; }