export interface AccountDto { name: string; accountNumber: string; }