interface SearchSuggestionCompat {
    key?: string;
    source?: unknown;
    text: string;
}

Properties

Properties

key?: string
source?: unknown
text: string