IGPAPI
    Preparing search index...

    Interface SuggestedSearchesResponse

    interface SuggestedSearchesResponse {
        rank_token: string;
        status: string;
        suggested: SuggestedSearchesResponseItem[];
    }
    Index

    Properties

    rank_token: string
    status: string