Interface WebSearchResult

interface WebSearchResult {
    content: string;
    title: string;
    url: string;
}

Properties

Properties

content: string
title: string
url: string