interface SearchResponseCompat {
    results: SearchResultCompat[];
    searchTerm: string;
}

Properties

Properties

searchTerm: string