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

ListGamesResult

import type { ListGamesResult } from "https://aws-api.deno.dev/v0.4/services/gamesparks.ts?docs=full";
interface ListGamesResult {
Games?: GameSummary[] | null;
NextToken?: string | null;
}

§Properties

§
Games?: GameSummary[] | null
[src]

The list of games.

§
NextToken?: string | null
[src]

The token that indicates the start of the next sequential page of results.

Use this value when making the next call to this operation to continue where the last one finished.