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

Discoveryclusters

import type { Discoveryclusters } from "https://googleapis.deno.dev/v1/books:v1.ts";
interface Discoveryclusters {
clusters?: {
banner_with_content_container?: {
fillColorArgb?: string;
imageUrl?: string;
maskColorArgb?: string;
moreButtonText?: string;
moreButtonUrl?: string;
textColorArgb?: string;
}
;
subTitle?: string;
title?: string;
totalVolumes?: number;
uid?: string;
volumes?: Volume[];
}
[]
;
kind?: string;
totalClusters?: number;
}

§Properties

§
clusters?: {
banner_with_content_container?: {
fillColorArgb?: string;
imageUrl?: string;
maskColorArgb?: string;
moreButtonText?: string;
moreButtonUrl?: string;
textColorArgb?: string;
}
;
subTitle?: string;
title?: string;
totalVolumes?: number;
uid?: string;
volumes?: Volume[];
}
[]
[src]
§
kind?: string
[src]

Resorce type.

§
totalClusters?: number
[src]