interface SearchConfig {
    attributes?: string[];
    displayTemplate?: string;
}

Properties

attributes?: string[]
displayTemplate?: string