@transreport/pauk-staff-api
    Preparing search index...

    Interface SimilarJourneysResponse

    Similar journeys response containing overlapping and duplicate journeys

    interface SimilarJourneysResponse {
        duplicate: SimilarJourney[];
        overlapping: SimilarJourney[];
    }
    Index

    Properties

    duplicate: SimilarJourney[]

    Journeys with the same origin, destination, and near-identical departure/arrival times

    overlapping: SimilarJourney[]

    Journeys whose time range overlaps the queried journey (within the buffer)