export default interface GoogleInfo { id: string; emails: string[]; pictureURL?: string; language?: string; }