@bridgeline-digital/hawksearch-handlebars-ui
    Preparing search index...

    Interface AutocompleteProducts

    interface AutocompleteProducts {
        results: AutocompleteProductResult[];
        title: string;
        totalRecords: number;
    }
    Index

    Properties

    title: string
    totalRecords: number