export interface IUser { displayName?: string; photoURL?: string; email?: string; }