import { IFeature } from './IFeature'; export interface IGeoJson { type: string; features: IFeature[]; }