1 2 3 4 5 6 7
export default interface IAddress { addressLine1: string, addressLine2: string, city: string, postalCode: string, state: string }