export interface IpGeolocationResponse { location: { latitude: number; longitude: number; }; }