// @flow import type { GeoJSONGeometry } from '../../index'; const geojson: GeoJSONGeometry = { "type": "MultiLineString", "coordinates": [ [ [ 100, 0 ], [ 101, 1 ] ], [ [ 102, 2 ], [ 103, 3 ] ] ] }