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

    Interface SeatPreferenceGroup

    interface SeatPreferenceGroup {
        default?: string | null;
        input_type?: SeatPreferenceGroupInputType;
        items?: SeatPreferenceItem[];
        key: string;
        label?: string;
        value?: string | null;
    }
    Index

    Properties

    default?: string | null

    Renamed to value – please use that instead

    Type of input control for this group

    Available options within this preference group

    key: string

    Unique identifier for the preference group

    label?: string

    Human-readable label for the group

    value?: string | null

    Selected item key (for single_select groups)