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

TextContent

import type { TextContent } from "https://googleapis.deno.dev/v1/keep:v1.ts";

The block of text for a single text section or list item.

interface TextContent {
text?: string;
}

§Properties

§
text?: string
[src]

The text of the note. The limits on this vary with the specific field using this type.