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

Section

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

The content of the note.

interface Section {
list?: ListContent;
text?: TextContent;
}

§Properties

§

Used if this section's content is a list.

§

Used if this section's content is a block of text. The length of the text content must be less than 20,000 characters.