export interface IAddress { name?: string; streetName: string; houseNumber: string; postalCode: string; city: string; country: string; }