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

TestResult

import type { TestResult } from "https://aws-api.deno.dev/v0.3/services/iotdeviceadvisor.ts?docs=full";

Show each group result.

interface TestResult {
groups?: GroupResult[] | null;
}

§Properties

§
groups?: GroupResult[] | null
[src]

Show each group of test results.