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

ExportPreviewResultResponse

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

A response to ExportPreviewResult call. Contains preview results.

interface ExportPreviewResultResponse {
readonly result?: PreviewResult;
}

§Properties

§
readonly result?: PreviewResult
[src]

Output only. Signed URLs for accessing the plan files.