Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import {Feature, Geometry} from "@turf/turf";
export type OsmTags = Record<string, string> & {id: string}
export type OsmFeature = Feature<Geometry, OsmTags>