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

LeaderboardScoreRank

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

A score rank in a leaderboard.

interface LeaderboardScoreRank {
formattedNumScores?: string;
formattedRank?: string;
kind?: string;
numScores?: bigint;
rank?: bigint;
}

§Properties

§
formattedNumScores?: string
[src]

The number of scores in the leaderboard as a string.

§
formattedRank?: string
[src]

The rank in the leaderboard as a string.

§
kind?: string
[src]

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

§
numScores?: bigint
[src]

The number of scores in the leaderboard.

§
rank?: bigint
[src]

The rank in the leaderboard.