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

Annotationsdata

import type { Annotationsdata } from "https://googleapis.deno.dev/v1/books:v1.ts";
interface Annotationsdata {
kind?: string;
nextPageToken?: string;
totalItems?: number;
}

§Properties

§

A list of Annotation Data.

§
kind?: string
[src]

Resource type

§
nextPageToken?: string
[src]

Token to pass in for pagination for the next page. This will not be present if this request does not have more results.

§
totalItems?: number
[src]

The total number of volume annotations found.