mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 08:58:23 +08: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