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

ClearAppsDataParams

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

Parameters associated with the CLEAR_APP_DATA command to clear the data of specified apps from the device.

interface ClearAppsDataParams {
packageNames?: string[];
}

§Properties

§
packageNames?: string[]
[src]

The package names of the apps whose data will be cleared when the command is executed.