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

AppBundle

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

An Android App Bundle file format, containing a BundleConfig.pb file, a base module directory, zero or more dynamic feature module directories. See https://developer.android.com/guide/app-bundle/build for guidance on building App Bundles.

interface AppBundle {
bundleLocation?: FileReference;
}

§Properties

§
bundleLocation?: FileReference
[src]

.aab file representing the app bundle under test.