diff --git a/geojson/index.d.ts b/geojson/index.d.ts index b38106aae7..7c825d2541 100644 --- a/geojson/index.d.ts +++ b/geojson/index.d.ts @@ -22,7 +22,7 @@ declare namespace GeoJSON { /*** * http://geojson.org/geojson-spec.html#geometry-objects */ - export interface DirectGeometryObject extends GeoJsonObject { + interface DirectGeometryObject extends GeoJsonObject { coordinates: Position[][][] | Position[][] | Position[] | Position; } /**