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

ExportThemesRequest

import type { ExportThemesRequest } from "https://aws-api.deno.dev/v0.3/services/amplifyuibuilder.ts?docs=full";
interface ExportThemesRequest {
appId: string;
environmentName: string;
}

§Properties

§
appId: string
[src]

The unique ID of the Amplify app to export the themes to.

§
environmentName: string
[src]

The name of the backend environment that is part of the Amplify app.