Interface SuggestResponseSearchSuggestions

Search suggestions in the suggest response.

interface SuggestResponseSearchSuggestions {
    pid: string;
    sale_price: string;
    thumb_image: string;
    title: string;
    url: string;
}

Properties

pid: string
sale_price: string
thumb_image: string
title: string
url: string