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

    Interface JourneyLeg

    Journey leg details for this RRMS job

    interface JourneyLeg {
        alight_platform?: string | null;
        board_platform?: string | null;
        head_code: string | null;
        realtime_arrival?: string | null;
        realtime_classification: JourneyLegRealtimeClassification;
        realtime_departure?: string | null;
        rsid: string | null;
    }
    Index

    Properties

    alight_platform?: string | null

    Platform at the station where the passenger alights from the train

    board_platform?: string | null

    Platform at the station where the passenger boards the train

    head_code: string | null

    Train head code

    realtime_arrival?: string | null

    Realtime arrival time

    realtime_classification: JourneyLegRealtimeClassification

    Realtime classification of the train service

    realtime_departure?: string | null

    Realtime departure time

    rsid: string | null

    Rail service identifier (RSID)