Norway Open Data SDK
    Preparing search index...

    Type Alias JourneyPlace

    A normalized place attached to a journey or leg.

    type JourneyPlace = {
        id?: string;
        name?: string;
    }
    Index
    id?: string
    name?: string