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

AchievementSetStepsAtLeastResponse

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

An achievement set steps at least response.

interface AchievementSetStepsAtLeastResponse {
currentSteps?: number;
kind?: string;
newlyUnlocked?: boolean;
}

§Properties

§
currentSteps?: number
[src]

The current steps recorded for this incremental achievement.

§
kind?: string
[src]

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

§
newlyUnlocked?: boolean
[src]

Whether the current steps for the achievement has reached the number of steps required to unlock.