Interface TagRepositorySearchResponseRootObject

interface TagRepositorySearchResponseRootObject {
    has_more: boolean;
    rank_token: string;
    results: TagRepositorySearchResponseResultsItem[];
    status: string;
}

Properties

has_more: boolean
rank_token: string
status: string