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

    Type Alias SeatAvailabilityResponseLegsItem

    type SeatAvailabilityResponseLegsItem = {
        groups: SeatPreferenceGroup[] | null;
        leg: number;
    }
    Index

    Properties

    Properties

    groups: SeatPreferenceGroup[] | null

    Options for this leg (if any) or null if this leg does not support reservations

    leg: number

    Leg number (matching the request)

    1