export interface ipData { query: string timezone: string countryCode: string country: string city: string region: string regionName: string zip?: string lat: number lon: number isp: string org: string proxy: boolean }