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

    Type Alias UnconfirmedBookingJourneysItem

    type UnconfirmedBookingJourneysItem = {
        destination_station?: Station | null;
        direction?: string | null;
        legs: UnconfirmedBookingJourneysItemLegsItem[];
        origin_station?: Station | null;
        scheduled_arrival?: string | null;
        scheduled_departure?: string | null;
        status?: string | null;
    }
    Index

    Properties

    destination_station?: Station | null

    Destination station of the journey

    direction?: string | null

    Journey direction (e.g. outward, return)

    Journey legs within this journey

    origin_station?: Station | null

    Origin station of the journey

    scheduled_arrival?: string | null

    Scheduled arrival time

    scheduled_departure?: string | null

    Scheduled departure time

    status?: string | null

    Journey status