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

ListNotesResponse

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

The response when listing a page of notes.

interface ListNotesResponse {
nextPageToken?: string;
notes?: Note[];
}

§Properties

§
nextPageToken?: string
[src]

Next page's page_token field.

§
notes?: Note[]
[src]

A page of notes.