Norway Open Data SDK
    Preparing search index...

    Type Alias JourneyParameters

    Parameters for an Entur point-to-point journey search.

    type JourneyParameters = {
        arriveBy?: boolean;
        dateTime?: Date | string;
        from: JourneyLocationInput;
        limit?: number;
        to: JourneyLocationInput;
    }
    Index
    arriveBy?: boolean
    dateTime?: Date | string
    limit?: number