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

MetagameConfig

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

The metagame config resource

interface MetagameConfig {
currentVersion?: number;
kind?: string;
playerLevels?: PlayerLevel[];
}

§Properties

§
currentVersion?: number
[src]

Current version of the metagame configuration data. When this data is updated, the version number will be increased by one.

§
kind?: string
[src]

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

§
playerLevels?: PlayerLevel[]
[src]

The list of player levels.