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

MediaMountEvent

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

Removable media was mounted.

interface MediaMountEvent {
mountPoint?: string;
volumeLabel?: string;
}

§Properties

§
mountPoint?: string
[src]

Mount point.

§
volumeLabel?: string
[src]

Volume label. Redacted to empty string on organization-owned managed profile devices.