Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
text?: string
[src]

Text used for citaiton.

§
title?: string
[src]

Title of the cited document.

§
uri?: string
[src]

URI used for citation.