import { type Feature } from "https://deno.land/x/mongo@v0.31.1/src/types/geojson.ts";
A feature object which contains a geometry and associated properties. https://tools.ietf.org/html/rfc7946#section-3.2
Properties
geometry: G
The feature's geometry
A value that uniquely identifies this feature in a https://tools.ietf.org/html/rfc7946#section-3.2.
properties: P
Properties associated with this feature.