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

DeviceFile

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

A single device file description.

interface DeviceFile {
obbFile?: ObbFile;
regularFile?: RegularFile;
}

§Properties

§
obbFile?: ObbFile
[src]

A reference to an opaque binary blob file.

§
regularFile?: RegularFile
[src]

A reference to a regular file.