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

CategoryListResponse

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

A third party list metagame categories response.

interface CategoryListResponse {
items?: Category[];
kind?: string;
nextPageToken?: string;
}

§Properties

§
items?: Category[]
[src]

The list of categories with usage data.

§
kind?: string
[src]

Uniquely identifies the type of this resource. Value is always the fixed string games#categoryListResponse.

§
nextPageToken?: string
[src]

Token corresponding to the next page of results.