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

Category

import type { Category } from "https://googleapis.deno.dev/v1/books:v1.ts";
interface Category {
items?: {
badgeUrl?: string;
categoryId?: string;
name?: string;
}
[]
;
kind?: string;
}

§Properties

§
items?: {
badgeUrl?: string;
categoryId?: string;
name?: string;
}
[]
[src]

A list of onboarding categories.

§
kind?: string
[src]

Resource type.