import { Point } from "./Point"; export interface Place { Points: Point[]; Type: string; }