import { Point } from "./Point"; export interface MinDis { MinDis: number; Point: Point | undefined; }