export interface IAttract {
    distance: number;
    duration: number;
    speed: number;
}
