busao
    Preparing search index...

    Type Alias PassengerInput

    type PassengerInput = {
        date: string;
        name: string;
        trip: TripDirection;
    }
    Index
    date: string

    The date of the trip in YYYY-MM-DD format.

    name: string

    The direction of the trip.