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

ListContent

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

The list of items for a single list note.

interface ListContent {
listItems?: ListItem[];
}

§Properties

§
listItems?: ListItem[]
[src]

The items in the list. The number of items must be less than 1,000.