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

ApkDetail

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

Android application details based on application manifest and archive contents.

interface ApkDetail {
apkManifest?: ApkManifest;
}

§Properties

§
apkManifest?: ApkManifest
[src]