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

GoogleCloudAiplatformV1SchemaPromptSpecAppBuilderData

import type { GoogleCloudAiplatformV1SchemaPromptSpecAppBuilderData } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Defines data for an application builder.

interface GoogleCloudAiplatformV1SchemaPromptSpecAppBuilderData {
codeRepositoryState?: string;
framework?: "FRAMEWORK_UNSPECIFIED" | "REACT" | "ANGULAR";
}

§Properties

§
codeRepositoryState?: string
[src]

Serialized state of the code repository. This string will typically contain a JSON representation of the UI's CodeRepositoryService state (files, folders, content, and any metadata). The UI is responsible for serialization and deserialization.

§
framework?: "FRAMEWORK_UNSPECIFIED" | "REACT" | "ANGULAR"
[src]

Optional. Framework used to build the application.

§

Linked resources attached to the application by the user.