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

AchievementUnlockResponse

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

An achievement unlock response

interface AchievementUnlockResponse {
kind?: string;
newlyUnlocked?: boolean;
}

§Properties

§
kind?: string
[src]

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

§
newlyUnlocked?: boolean
[src]

Whether this achievement was newly unlocked (that is, whether the unlock request for the achievement was the first for the player).