@legumeinfo/web-components
    Preparing search index...

    Type Alias TraitAssociationSearchFormData

    The data used to construct the search form in the LisTraitAssociationSearchElement template.

    type TraitAssociationSearchFormData = {
        genuses: { genus: string; species: { species: string }[] }[];
    }
    Index

    Properties

    Properties

    genuses: { genus: string; species: { species: string }[] }[]