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;
}