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

LeaderboardConfiguration

import type { LeaderboardConfiguration } from "https://googleapis.deno.dev/v1/gamesConfiguration:v1configuration.ts";

An leaderboard configuration resource.

interface LeaderboardConfiguration {
id?: string;
kind?: string;
scoreMax?: bigint;
scoreMin?: bigint;
scoreOrder?: "SCORE_ORDER_UNSPECIFIED" | "LARGER_IS_BETTER" | "SMALLER_IS_BETTER";
token?: string;
}

§Properties

§

The draft data of the leaderboard.

§
id?: string
[src]

The ID of the leaderboard.

§
kind?: string
[src]

Uniquely identifies the type of this resource. Value is always the fixed string gamesConfiguration#leaderboardConfiguration.

§

The read-only published data of the leaderboard.

§
scoreMax?: bigint
[src]

Maximum score that can be posted to this leaderboard.

§
scoreMin?: bigint
[src]

Minimum score that can be posted to this leaderboard.

§
scoreOrder?: "SCORE_ORDER_UNSPECIFIED" | "LARGER_IS_BETTER" | "SMALLER_IS_BETTER"
[src]
§
token?: string
[src]

The token for this resource.