export interface DistanceSearch {
    lat: number;
    lon: number;
    distance: string;
}
