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[];
}