Interface TagsSearchResponse

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

Properties

has_more: boolean
rank_token: string
status: string