mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
fix test
This commit is contained in:
parent
c3d74dd8f2
commit
b9faee43fd
@ -1,6 +1,6 @@
|
||||
/// <reference path="./geojson.d.ts" />
|
||||
|
||||
var featureCollection: GeoJSON.FeatureCollection = {
|
||||
var featureCollection: GeoJSON.FeatureCollection<any> = {
|
||||
type: "FeatureCollection",
|
||||
features: [
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user