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

AchievementRevealResponse

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

An achievement reveal response

interface AchievementRevealResponse {
currentState?: "REVEALED" | "UNLOCKED";
kind?: string;
}

§Properties

§
currentState?: "REVEALED" | "UNLOCKED"
[src]

The current state of the achievement for which a reveal was attempted. This might be UNLOCKED if the achievement was already unlocked.

§
kind?: string
[src]

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