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

QuickPreviewResponse

import type { QuickPreviewResponse } from "https://googleapis.deno.dev/v1/tagmanager:v2.ts";

Response to quick previewing a workspace.

interface QuickPreviewResponse {
compilerError?: boolean;
containerVersion?: ContainerVersion;
syncStatus?: SyncStatus;
}

§Properties

§
compilerError?: boolean
[src]

Were there compiler errors or not.

§
containerVersion?: ContainerVersion
[src]

The quick previewed container version.

§
syncStatus?: SyncStatus
[src]

Whether quick previewing failed when syncing the workspace to the latest container version.