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

PackageNameList

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

A list of package names.

interface PackageNameList {
packageNames?: string[];
}

§Properties

§
packageNames?: string[]
[src]

A list of package names.