export interface Account { homePage: string; name: string; }