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

MoveAnalysisResult

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

An analysis result including blockers and warnings.

interface MoveAnalysisResult {
blockers?: MoveImpact[];
warnings?: MoveImpact[];
}

§Properties

§
blockers?: MoveImpact[]
[src]

Blocking information that would prevent the target resource from moving to the specified destination at runtime.

§
warnings?: MoveImpact[]
[src]

Warning information indicating that moving the target resource to the specified destination might be unsafe. This can include important policy information and configuration changes, but will not block moves at runtime.