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

ExportAppResponse

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

Response message for AgentService.ExportApp.

interface ExportAppResponse {
appContent?: Uint8Array;
appUri?: string;
}

§Properties

§
appContent?: Uint8Array
[src]

App folder compressed as a zip file.

§
appUri?: string
[src]

The Google Cloud Storage URI to which the app was exported.