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

ApplicationCategory

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

An application category object.

interface ApplicationCategory {
kind?: string;
primary?: string;
secondary?: string;
}

§Properties

§
kind?: string
[src]

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

§
primary?: string
[src]

The primary category.

§
secondary?: string
[src]

The secondary category.