Norway Open Data SDK
    Preparing search index...

    Type Alias PlaceSearchResult

    Place-name search data and provider pagination counts.

    type PlaceSearchResult = {
        items: PlaceName[];
        total: number;
    }
    Index
    items: PlaceName[]
    total: number