IGPAPI
    Preparing search index...

    Interface TagsSearchResponse

    interface TagsSearchResponse {
        has_more: boolean;
        rank_token: string;
        results: TagsSearchResponseResultsItem[];
        status: string;
    }
    Index

    Properties

    has_more: boolean
    rank_token: string
    status: string