// @flow strict import type { GeoJSONGeometry } from '../../index'; const wrongType: GeoJSONGeometry = { type: 'LineString', coordinates: [0, 0] };