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

Volumeannotations

import type { Volumeannotations } from "https://googleapis.deno.dev/v1/books:v1.ts";
interface Volumeannotations {
items?: Volumeannotation[];
kind?: string;
nextPageToken?: string;
totalItems?: number;
version?: string;
}

§Properties

§

A list of volume annotations.

§
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.

§
version?: string
[src]

The version string for all of the volume annotations in this layer (not just the ones in this response). Note: the version string doesn't apply to the annotation data, just the information in this response (e.g. the location of annotations in the book).