ExportAppResponse
import type { ExportAppResponse } from "https://googleapis.deno.dev/v1/ces:v1.ts";Response message for AgentService.ExportApp.
interface ExportAppResponse {
appContent?: Uint8Array;
appUri?: string;
}import type { ExportAppResponse } from "https://googleapis.deno.dev/v1/ces:v1.ts";Response message for AgentService.ExportApp.