export default interface Address { line1: string; line2?: string; line3?: string; postalCode: string; town: string; country: string; }