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

MylibraryAnnotationsSummaryOptions

import type { MylibraryAnnotationsSummaryOptions } from "https://googleapis.deno.dev/v1/books:v1.ts";

Additional options for Books#mylibraryAnnotationsSummary.

interface MylibraryAnnotationsSummaryOptions {
layerIds: string;
source?: string;
volumeId: string;
}

§Properties

§
layerIds: string
[src]

Array of layer IDs to get the summary for.

§
source?: string
[src]

Optional. String to identify the originator of this request.

§
volumeId: string
[src]

Volume id to get the summary for.