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

BooksCloudloadingResource

import type { BooksCloudloadingResource } from "https://googleapis.deno.dev/v1/books:v1.ts";
interface BooksCloudloadingResource {
author?: string;
processingState?: string;
title?: string;
volumeId?: string;
}

§Properties

§
author?: string
[src]
§
processingState?: string
[src]
§
title?: string
[src]
§
volumeId?: string
[src]