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

Insight

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

An insight about an asset.

interface Insight {
readonly genericInsight?: GenericInsight;
readonly migrationInsight?: MigrationInsight;
}

§Properties

§
readonly genericInsight?: GenericInsight
[src]

Output only. A generic insight about an asset

§
readonly migrationInsight?: MigrationInsight
[src]

Output only. An insight about potential migrations for an asset.