export interface UserLocation {
    address: string;
    latitude: string;
    longitude: string;
}
