AchievementResetResponse
import type { AchievementResetResponse } from "https://googleapis.deno.dev/v1/gamesManagement:v1management.ts";An achievement reset response.
interface AchievementResetResponse {
currentState?: string;
definitionId?: string;
kind?: string;
updateOccurred?: boolean;
}§Properties
§
currentState?: string
[src]The current state of the achievement. This is the same as the initial
state of the achievement. Possible values are: - "HIDDEN"- Achievement is
hidden. - "REVEALED" - Achievement is revealed. - "UNLOCKED" -
Achievement is unlocked.