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

GamesAchievementIncrement

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

The payload to request to increment an achievement.

interface GamesAchievementIncrement {
kind?: string;
requestId?: bigint;
steps?: number;
}

§Properties

§
kind?: string
[src]

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

§
requestId?: bigint
[src]

The requestId associated with an increment to an achievement.

§
steps?: number
[src]

The number of steps to be incremented.