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

AndroidDeviceList

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

A list of Android device configurations in which the test is to be executed.

interface AndroidDeviceList {
androidDevices?: AndroidDevice[];
}

§Properties

§
androidDevices?: AndroidDevice[]
[src]

Required. A list of Android devices.