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

Volumes

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

§Properties

§
items?: Volume[]
[src]

A list of volumes.

§
kind?: string
[src]

Resource type.

§
totalItems?: number
[src]

Total number of volumes found. This might be greater than the number of volumes returned in this response if results have been paginated.