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

ClearAppsDataStatus

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

Status of the CLEAR_APP_DATA command to clear the data of specified apps from the device.

interface ClearAppsDataStatus {
results?: {
[key: string]: PerAppResult;
}
;
}

§Properties

§
results?: {
[key: string]: PerAppResult;
}
[src]

The per-app results, a mapping from package names to the respective clearing result.