Interface ISearchConnectorResult

Represents a search result.

interface ISearchConnectorResult {
    snippet: string;
    title: string;
    url: string;
}

Properties

Properties

snippet: string

The snippet of the search result.

title: string

The title of the search result.

url: string

The URL of the search result.