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

ValidationReport

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

A resource that aggregates errors across import job files.

interface ValidationReport {
fileValidations?: FileValidationReport[];
jobErrors?: ImportError[];
}

§Properties

§
fileValidations?: FileValidationReport[]
[src]

List of errors found in files.

§
jobErrors?: ImportError[]
[src]

List of job level errors.