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

Offers

import type { Offers } from "https://googleapis.deno.dev/v1/books:v1.ts";
interface Offers {
items?: {
artUrl?: string;
gservicesKey?: string;
id?: string;
items?: {
author?: string;
canonicalVolumeLink?: string;
coverUrl?: string;
description?: string;
title?: string;
volumeId?: string;
}
[]
;
}
[]
;
kind?: string;
}

§Properties

§
items?: {
artUrl?: string;
gservicesKey?: string;
id?: string;
items?: {
author?: string;
canonicalVolumeLink?: string;
coverUrl?: string;
description?: string;
title?: string;
volumeId?: string;
}
[]
;
}
[]
[src]

A list of offers.

§
kind?: string
[src]

Resource type.