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

ListExtensionsResult

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

§Properties

§
Extensions?: ExtensionDetails[] | null
[src]

The list of extensions.

§
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.