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

NonSdkApiInsight

import type { NonSdkApiInsight } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

Non-SDK API insights (to address debugging solutions).

interface NonSdkApiInsight {
exampleTraceMessages?: string[];
matcherId?: string;
pendingGoogleUpdateInsight?: PendingGoogleUpdateInsight;
upgradeInsight?: UpgradeInsight;
}

§Properties

§
exampleTraceMessages?: string[]
[src]

Optional sample stack traces, for which this insight applies (there should be at least one).

§
matcherId?: string
[src]

A unique ID, to be used for determining the effectiveness of this particular insight in the context of a matcher. (required)

§
pendingGoogleUpdateInsight?: PendingGoogleUpdateInsight
[src]

An insight indicating that the hidden API usage originates from a Google-provided library.

§
upgradeInsight?: UpgradeInsight
[src]

An insight indicating that the hidden API usage originates from the use of a library that needs to be upgraded.