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

    Type Alias JourneyLegIndexItemCustomer

    Passenger details

    type JourneyLegIndexItemCustomer = {
        first_name: string | null;
        last_name: string | null;
        phone: string | null;
        ref: string;
        title: string | null;
    }
    Index

    Properties

    first_name: string | null

    First name

    last_name: string | null

    Last name

    phone: string | null

    Phone number

    ref: string

    Customer ref

    title: string | null

    Title