export interface GoogleData { id: number; country: string; zipCode: string; }