Type Alias MaplibreGeocoderFeatureResults

MaplibreGeocoderFeatureResults: {
    features: CarmenGeojsonFeature[];
    type: "FeatureCollection";
}