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

    Type Alias GeneSearchFormData

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

    type GeneSearchFormData = {
        genuses: {
            genus: string;
            species: { species: string; strains: { strain: string }[] }[];
        }[];
    }
    Index

    Properties

    Properties

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