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

Page

import type { Page } from "https://aws-api.deno.dev/v0.3/services/qldbsession.ts?docs=full";

Contains details of the fetched page.

interface Page {
NextPageToken?: string | null;
Values?: ValueHolder[] | null;
}

§Properties

§
NextPageToken?: string | null
[src]

The token of the next page.

§
Values?: ValueHolder[] | null
[src]

A structure that contains values in multiple encoding formats.