@maplibre/geojson-vt
    Preparing search index...

    Type Alias GeoJSONVTInternalPolygonFeature

    GeoJSONVTInternalPolygonFeature: PartialGeoJSONVTFeature & {
        geometry: StartEndSizeArray[];
        type: "Polygon";
    }