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

ListThemesResponse

import type { ListThemesResponse } from "https://aws-api.deno.dev/v0.3/services/amplifyuibuilder.ts?docs=full";
interface ListThemesResponse {
entities: ThemeSummary[];
nextToken?: string | null;
}

§Properties

§
entities: ThemeSummary[]
[src]

The list of themes for the Amplify app.

§
nextToken?: string | null
[src]

The pagination token that's returned if more results are available.