import { IProperties } from './IProperties'; export interface IGeometries { coordinates: any; properties: IProperties; type: string; }