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

SuccessDetail

import type { SuccessDetail } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

Details for an outcome with a SUCCESS outcome summary. LINT.IfChange

interface SuccessDetail {
otherNativeCrash?: boolean;
}

§Properties

§
otherNativeCrash?: boolean
[src]

If a native process other than the app crashed.