interface Content {
    text: string;
    type: "text";
}

Properties

Properties

text: string

The text content returned from search.

type: "text"

The type of content.