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

ExportThemesResponse

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

§Properties

§
entities: Theme[]
[src]

Represents the configuration of the exported themes.

§
nextToken?: string | null
[src]

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