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

PlayerScoreListResponse

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

A list of score submission statuses.

interface PlayerScoreListResponse {
kind?: string;
submittedScores?: PlayerScoreResponse[];
}

§Properties

§
kind?: string
[src]

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

§
submittedScores?: PlayerScoreResponse[]
[src]

The score submissions statuses.