MediaUnmountEvent
import type { MediaUnmountEvent } from "https://googleapis.deno.dev/v1/androidmanagement:v1.ts";Removable media was unmounted.
interface MediaUnmountEvent {
mountPoint?: string;
volumeLabel?: string;
}import type { MediaUnmountEvent } from "https://googleapis.deno.dev/v1/androidmanagement:v1.ts";Removable media was unmounted.