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

Problem

import type { Problem } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/devicefarm.ts";
interface Problem {
device?: Device | null;
job?: ProblemDetail | null;
message?: string | null;
result?: ExecutionResult | null;
run?: ProblemDetail | null;
suite?: ProblemDetail | null;
test?: ProblemDetail | null;
}

§Properties

§
device?: Device | null
[src]
§
message?: string | null
[src]
§
result?: ExecutionResult | null
[src]
§
suite?: ProblemDetail | null
[src]
§
test?: ProblemDetail | null
[src]