interface SuggestResponseCompat {
    searchTerm: string;
    suggestions: SearchSuggestionCompat[];
}

Properties

searchTerm: string
suggestions: SearchSuggestionCompat[]