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

WarningInfo

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

Warning counts for each type of warning.

interface WarningInfo {
warningCounts?: WarningCount[];
}

§Properties

§
warningCounts?: WarningCount[]
[src]

A list of warnings and counts per warning reason.