export interface IAccount { username?: string; phone?: string; email?: string; isAppleLinked: boolean; isFacebookLinked: boolean; isEmailVerified: boolean; }