CitationsCitedChunk
import type { CitationsCitedChunk } from "https://googleapis.deno.dev/v1/ces:v1.ts";Piece of cited information.
interface CitationsCitedChunk {
text?: string;
title?: string;
uri?: string;
}import type { CitationsCitedChunk } from "https://googleapis.deno.dev/v1/ces:v1.ts";Piece of cited information.