export interface AddressDto { street: string; city: string; zip: string; }