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

ValidationResult

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

Contains the current validation results.

interface ValidationResult {
validations?: Validation[];
}

§Properties

§
validations?: Validation[]
[src]

A list of validations (includes both executed as well as not executed validations).