export type Address = { address1: string; address2: string; postalcode: string; city: string; country: string; };