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

GamesAchievementSetStepsAtLeast

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

The payload to request to increment an achievement.

interface GamesAchievementSetStepsAtLeast {
kind?: string;
steps?: number;
}

§Properties

§
kind?: string
[src]

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

§
steps?: number
[src]

The minimum number of steps for the achievement to be set to.