mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-16 02:24:33 +00:00
fix test
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/// <reference path="./geojson.d.ts" />
|
||||
|
||||
var featureCollection: GeoJSON.FeatureCollection = {
|
||||
var featureCollection: GeoJSON.FeatureCollection<any> = {
|
||||
type: "FeatureCollection",
|
||||
features: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user