import {Feature, Geometry} from "@turf/turf"; export type OsmTags = Record & {id: string} export type OsmFeature = Feature