linXiv frontend (TS/JS)
    Preparing search index...

    Type Alias SearchHistoryResponse

    type SearchHistoryResponse = {
        suggestions: string[];
    }
    Index
    suggestions: string[]