export default interface QbAddressDto { address: string; username: string; password: string; }