Interface search_for_matched_NFTs_Result

interface search_for_matched_NFTs_Result {
    items: search_for_matched_NFTs_Result_Item[];
    paging: REST_Paging;
}

Properties

Properties

paging: REST_Paging