import { IGeometries } from './IGeometries'; export interface IGeometry { coordinates?: any; geometries?: IGeometries[]; type: string; }