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