IGPAPI
    Preparing search index...

    Interface TopsearchFlatResponse

    interface TopsearchFlatResponse {
        clear_client_cache: boolean;
        has_more: boolean;
        list: TopsearchFlatResponseListItem[];
        rank_token: string;
        status: string;
    }
    Index

    Properties

    clear_client_cache: boolean
    has_more: boolean
    rank_token: string
    status: string