import { IPoi } from './IPoi'; export interface IPoiDistance { poi: IPoi; totalDistance: number; }