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

GetTestResult

import type { GetTestResult } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";

Represents the result of a get test request.

interface GetTestResult {
test?: Test | null;
}

§Properties

§
test?: Test | null
[src]

A test condition that is evaluated.