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

    Type Alias GetJourneyCallingPoints200ItemCallingPointsItem

    type GetJourneyCallingPoints200ItemCallingPointsItem = {
        indicator: string;
        platform: string | null;
        realtime_arrival: string | null;
        realtime_departure: string | null;
        scheduled_arrival: string | null;
        scheduled_departure: string | null;
        service_change: boolean;
        station: GetJourneyCallingPoints200ItemCallingPointsItemStation;
    }
    Index
    indicator: string

    Board, alight, or on-train indicator

    platform: string | null

    Platform at the station

    realtime_arrival: string | null

    Realtime arrival timestamp

    realtime_departure: string | null

    Realtime departure timestamp

    scheduled_arrival: string | null

    Scheduled arrival timestamp

    scheduled_departure: string | null

    Scheduled departure timestamp

    service_change: boolean

    Whether the service is cancelled or changed

    Calling point station