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

Layersummaries

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

§Properties

§

A list of layer summary items.

§
kind?: string
[src]

Resource type.

§
totalItems?: number
[src]

The total number of layer summaries found.