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