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

Annotations

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

§Properties

§
items?: Annotation[]
[src]

A list of 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]

Total number of annotations found. This may be greater than the number of notes returned in this response if results have been paginated.