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/games:v1.ts";

Data related to individual game categories.

interface Category {
category?: string;
experiencePoints?: bigint;
kind?: string;
}

§Properties

§
category?: string
[src]

The category name.

§
experiencePoints?: bigint
[src]

Experience points earned in this category.

§
kind?: string
[src]

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