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

LaunchAppAction

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

An action to launch an app.

interface LaunchAppAction {
packageName?: string;
}

§Properties

§
packageName?: string
[src]

Package name of app to be launched