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

    Type Alias GeoJSONVTInternalFeature

    GeoJSONVTInternalFeature: {
        [K in GeometryType]: PartialGeoJSONVTFeature & {
            geometry: GeometryTypeMap[K];
            type: K;
        }
    }[GeometryType]