Type alias TMappedinOfflineSearchSuggestions

TMappedinOfflineSearchSuggestions: {
    hits: {
        text: string;
    }[];
    total: number;
}

Type declaration

  • hits: {
        text: string;
    }[]

    List of suggestions

  • total: number

    Total number of suggestions generated