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

    Interface SmartResponseResponse

    interface SmartResponseResponse {
        nosources?: boolean;
        products?: any[];
        recommendation?: string;
    }
    Index

    Properties

    nosources?: boolean
    products?: any[]
    recommendation?: string